(svn r17089) -Codechange: move RunVehicleDayProc() to vehicle.cpp

This commit is contained in:
smatz
2009-08-06 17:02:49 +00:00
parent d7996f796d
commit 1fcdb149d3
3 changed files with 31 additions and 35 deletions

View File

@@ -676,8 +676,6 @@ struct FreeUnitIDGenerator {
~FreeUnitIDGenerator() { free(this->cache); }
};
void CheckVehicle32Day(Vehicle *v);
static const int32 INVALID_COORD = 0x7fffffff;
#endif /* VEHICLE_BASE_H */