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

This commit is contained in:
smatz
2009-08-06 17:02:49 +00:00
parent 0ab39b52d0
commit 88a2d688da
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 */