mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
August patch integration: Merge branch 'master' of https://github.com/electronicarts/CnC_Remastered_Collection
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ class MapClass: public GScreenClass
|
||||
CELL Pick_Random_Location(void) const;
|
||||
int Intact_Bridge_Count(void) const;
|
||||
bool Base_Region(CELL cell, HousesType & house, ZoneType & zone) const;
|
||||
CELL Nearby_Location(CELL cell, SpeedType speed, int zone=-1, MZoneType check=MZONE_NORMAL, bool checkflagged=false) const;
|
||||
CELL Nearby_Location(CELL cell, SpeedType speed, int zone=-1, MZoneType check=MZONE_NORMAL, bool checkflagged=false, int locationmod=0) const;
|
||||
ObjectClass * Close_Object(COORDINATE coord) const;
|
||||
virtual void Detach(ObjectClass * ) {};
|
||||
int Cell_Region(CELL cell);
|
||||
|
||||
Reference in New Issue
Block a user