Corrected debug messages.

This commit is contained in:
johns 2001-02-19 17:33:15 +00:00
parent b72fffb0a7
commit efe42ccbf3

View file

@ -187,7 +187,7 @@ global int SelectUnitsByType(Unit* base)
type=base->Type;
DebugLevel3Fn(" (%d)\n",base->UnitType->Type);
DebugLevel3Fn(" %s\n",base->Type->Ident);
// select all visible units.
// StephanR: should be (MapX,MapY,MapX+MapWidth-1,MapY+MapHeight-1) ???