GCC fixes.
SVN r677 (trunk)
This commit is contained in:
parent
016ac67376
commit
bec0d3438f
9 changed files with 30 additions and 22 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue