(svn r22327) -Add: Vehicle::GetGroundVehicleFlags() for accessing GroundVehicle<>::gv_flags through a Vehicle struct.

This commit is contained in:
frosch
2011-04-16 16:41:02 +00:00
parent 30b4bad60c
commit aedd38255b
2 changed files with 33 additions and 0 deletions

View File

@@ -249,6 +249,9 @@ public:
GroundVehicleCache *GetGroundVehicleCache();
const GroundVehicleCache *GetGroundVehicleCache() const;
uint16 &GetGroundVehicleFlags();
const uint16 &GetGroundVehicleFlags() const;
void DeleteUnreachedAutoOrders();
void HandleLoading(bool mode = false);