(svn r18836) -Codechange: make TrainUpdateSpeed a class function and update some comments (Terkhen)

This commit is contained in:
rubidium
2010-01-16 22:16:28 +00:00
parent df06c14f61
commit 199091600a
3 changed files with 19 additions and 19 deletions

View File

@@ -139,6 +139,8 @@ struct Train : public SpecializedVehicle<Train, VEH_TRAIN> {
void CargoChanged();
void PowerChanged();
int UpdateSpeed();
void UpdateAcceleration();
/**