Warzone wont compile in non-debug mode since ASSERT() was enabled for it.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@540 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2006-08-05 20:56:50 +00:00
parent 5467654a9d
commit 9703a85970
1 changed files with 0 additions and 2 deletions

View File

@ -651,7 +651,6 @@ SDWORD gwRouteLength(GATEWAY *psStart, GATEWAY *psEnd)
}
#ifdef DEBUG
// check that the initial flood fill tiles are not on a blocking tile
BOOL gwCheckFloodTiles(GATEWAY *psGate)
{
@ -697,7 +696,6 @@ BOOL gwCheckFloodTiles(GATEWAY *psGate)
return TRUE;
}
#endif
// link all the gateways together
BOOL gwLinkGateways(void)