Comments Update
This commit is contained in:
parent
bc92dfe572
commit
1c990887df
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue