Fix stdout junk, sorry.

This commit is contained in:
nobody_ 2004-01-30 09:49:38 +00:00
parent 78407a7a75
commit ef8fb86b5f
2 changed files with 0 additions and 3 deletions
src
include
unit

View file

@ -521,7 +521,6 @@ extern void MapSetWall(unsigned x, unsigned y, int humanwall);
MapSight((unit)->Player, (unit)->X,(unit)->Y, (unit)->Type->TileWidth,\
(unit)->Type->TileHeight, (unit)->CurrentSightRange, MapMarkTileSight); \
if (unit->Type->DetectCloak) { \
DebugLevel0Fn("P%d Mark detect cloak at %d, %d\n" _C_ (unit)->Player->Player _C_ (unit)->X _C_ (unit)->Y);\
MapSight((unit)->Player, (unit)->X,(unit)->Y, (unit)->Type->TileWidth,\
(unit)->Type->TileHeight, (unit)->CurrentSightRange, MapMarkTileDetectCloak); \
}\
@ -532,7 +531,6 @@ extern void MapSetWall(unsigned x, unsigned y, int humanwall);
MapSight((unit)->Player,(unit)->X,(unit)->Y, (unit)->Type->TileWidth,\
(unit)->Type->TileHeight,(unit)->CurrentSightRange,MapUnmarkTileSight); \
if (unit->Type->DetectCloak) { \
DebugLevel0Fn("P%d Unmark detect cloak at %d, %d\n" _C_ (unit)->Player->Player _C_ (unit)->X _C_ (unit)->Y);\
MapSight((unit)->Player, (unit)->X,(unit)->Y, (unit)->Type->TileWidth,\
(unit)->Type->TileHeight, (unit)->CurrentSightRange, MapUnmarkTileDetectCloak); \
}\

View file

@ -2892,7 +2892,6 @@ global void LetUnitDie(Unit* unit)
} else {
unit->CurrentSightRange = 0;
}
DebugLevel0Fn("%s\n" _C_ unit->Type->Name);
MapMarkUnitSight(unit);
}