(svn r12711) -Codechange: remove unneeded loops

This commit is contained in:
glx
2008-04-14 20:48:17 +00:00
parent 172237e326
commit 3a84a74f4d
3 changed files with 3 additions and 5 deletions

View File

@@ -139,7 +139,7 @@ enum VehicleRailFlags {
/* used to mark that electric train engine is allowed to run on normal rail */
VRF_EL_ENGINE_ALLOWED_NORMAL_RAIL = 6,
/* used for vehicle var 0xFE bit 8 (toggled each time the train is reversed) */
/* used for vehicle var 0xFE bit 8 (toggled each time the train is reversed, accurate for first vehicle only) */
VRF_TOGGLE_REVERSE = 7,
};