(svn r17089) -Codechange: move RunVehicleDayProc() to vehicle.cpp
This commit is contained in:
@@ -676,8 +676,6 @@ struct FreeUnitIDGenerator {
|
||||
~FreeUnitIDGenerator() { free(this->cache); }
|
||||
};
|
||||
|
||||
void CheckVehicle32Day(Vehicle *v);
|
||||
|
||||
static const int32 INVALID_COORD = 0x7fffffff;
|
||||
|
||||
#endif /* VEHICLE_BASE_H */
|
||||
|
Reference in New Issue
Block a user