(svn r19090) -Codechange: some comment coding style fixes

This commit is contained in:
rubidium
2010-02-10 21:06:05 +00:00
parent 249acc9e4f
commit 7a73a7490d
6 changed files with 11 additions and 11 deletions

View File

@@ -387,7 +387,7 @@ struct Train : public SpecializedVehicle<Train, VEH_TRAIN> {
}
protected: /* These functions should not be called outside acceleration code. */
protected: // These functions should not be called outside acceleration code.
/**
* Allows to know the power value that this vehicle will use.