(svn r9831) -Codechange: more refactoring of the loading/unloading.

This commit is contained in:
rubidium
2007-05-13 21:24:58 +00:00
parent 2ccc060b4a
commit d78651f7b1
3 changed files with 42 additions and 99 deletions

View File

@@ -521,7 +521,7 @@ void ShowAircraftViewWindow(const Vehicle* v);
UnitID GetFreeUnitNumber(byte type);
bool LoadUnloadVehicle(Vehicle *v);
void LoadUnloadVehicle(Vehicle *v);
void TrainConsistChanged(Vehicle *v);
void TrainPowerChanged(Vehicle *v);