Comments Update

This commit is contained in:
mr-russ 2003-02-06 07:19:41 +00:00
parent bc92dfe572
commit 1c990887df

View file

@ -580,13 +580,13 @@ extern void MapSetWall(unsigned x,unsigned y,int humanwall);
#endif
#ifdef UNITS_ON_MAP
/// FIXME: docu
/// Is there a building on this field
#define BuildingOnMapField(mf) ((mf)->Building != 0xffff)
/// FIXME: docu
/// Is there a land unit on this field
#define LandUnitOnMapField(mf) ((mf)->LandUnit != 0xffff)
/// FIXME: docu
/// Is there a sea unit on this field
#define SeaUnitOnMapField(mf) ((mf)->SeaUnit != 0xffff)
/// FIXME: docu
/// Is there an air unit on this field
#define AirUnitOnMapField(mf) ((mf)->AirUnit != 0xffff)
#endif // UNITS_ON_MAP