summaryrefslogtreecommitdiff
path: root/engine.c
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2006-09-04 20:40:33 +0000
committerrubidium <rubidium@openttd.org>2006-09-04 20:40:33 +0000
commit63687763e9680663e68754b47ee9f1511641faf8 (patch)
treeb1e52d993ce60e919358d998b36ea08adfe26cba /engine.c
parenta7cfb80c40d9a4c544ece10872fd3808f9f59f8d (diff)
downloadopenttd-63687763e9680663e68754b47ee9f1511641faf8.tar.xz
(svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more uniform.
-Cleanup: whitespace alignment of a few tables.
Diffstat (limited to 'engine.c')
-rw-r--r--engine.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine.c b/engine.c
index d5f9c9a85..cb546c44e 100644
--- a/engine.c
+++ b/engine.c
@@ -191,10 +191,10 @@ void StartupEngines(void)
}
/* This sets up type for the engine
- It is needed if you want to ask the engine what type it is
- It should hopefully be the same as when you ask a vehicle what it is
- but using this, you can ask what type an engine number is
- even if it is not a vehicle (yet)*/
+ * It is needed if you want to ask the engine what type it is
+ * It should hopefully be the same as when you ask a vehicle what it is
+ * but using this, you can ask what type an engine number is
+ * even if it is not a vehicle (yet)*/
}
AdjustAvailAircraft();