Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 33296 | Differences between
and this patch

Collapse All | Expand All

(-)sge030809/sge_collision.cpp (-2 / +2 lines)
Lines 336-342 Link Here
336
void sge_unset_cdata(sge_cdata *cd, Sint16 x, Sint16 y, Sint16 w, Sint16 h)
336
void sge_unset_cdata(sge_cdata *cd, Sint16 x, Sint16 y, Sint16 w, Sint16 h)
337
{
337
{
338
	Uint8 *map=cd->map;
338
	Uint8 *map=cd->map;
339
	Sint16 offs,len;
339
	Sint32 offs,len;
340
	int i,n=0;
340
	int i,n=0;
341
	
341
	
342
	offs=y*cd->w + x;
342
	offs=y*cd->w + x;
Lines 365-371 Link Here
365
void sge_set_cdata(sge_cdata *cd, Sint16 x, Sint16 y, Sint16 w, Sint16 h)
365
void sge_set_cdata(sge_cdata *cd, Sint16 x, Sint16 y, Sint16 w, Sint16 h)
366
{
366
{
367
	Uint8 *map=cd->map;
367
	Uint8 *map=cd->map;
368
	Sint16 offs,len;
368
	Sint32 offs,len;
369
	int i,n=0;
369
	int i,n=0;
370
	
370
	
371
	offs=y*cd->w + x;
371
	offs=y*cd->w + x;

Return to bug 33296