Allow NEW_MAPDRAW to compile

This commit is contained in:
mr-russ 2003-02-21 00:53:06 +00:00
parent 5e9a97cd20
commit a5a1fe4c71

View file

@ -1547,10 +1547,10 @@ global void MarkDrawEntireMap(void)
#ifdef NEW_MAPDRAW
int i;
for( i=0; i<MapHeight; ++i ) {
for( i=0; i<TheMap.Height; ++i ) {
MustRedrawRow[i]=1;
}
for( i=0; i<MapHeight*MapWidth; ++i ) {
for( i=0; i<TheMap.Height*TheMap.Width; ++i ) {
MustRedrawTile[i]=1;
}
#endif