GCC fixes.

SVN r677 (trunk)
This commit is contained in:
Randy Heit 2008-01-08 01:48:33 +00:00
commit bec0d3438f
9 changed files with 30 additions and 22 deletions

View file

@ -104,7 +104,7 @@ bool wipe_doMelt (int ticks)
int i, j, dy, x;
const short *s;
short *d;
bool done;
bool done = true;
while (ticks--)
{
@ -437,4 +437,4 @@ void wipe_Cleanup()
{
(*wipes[(CurrentWipeType-1)*3+2])(0);
}
}
}