1 http://bugs.gentoo.org/33296#26
3 patch by Steve <steviedizzle@gmail.com>
6 It changes the 16bit integers for setting and clearing collision maps to 32bit
7 because if the surface is too large the program will segfault.
9 --- sge030809/sge_collision.cpp
10 +++ sge030809/sge_collision.cpp
12 void sge_unset_cdata(sge_cdata *cd, Sint16 x, Sint16 y, Sint16 w, Sint16 h)
21 void sge_set_cdata(sge_cdata *cd, Sint16 x, Sint16 y, Sint16 w, Sint16 h)