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
commit21ac20aeca92c76ba3521eda4dec316eee098974 (patch)
treeb1e52d993ce60e919358d998b36ea08adfe26cba /engine.c
parentca9ec81fd109941fcb7163c73acefb1f9a4f04de (diff)
downloadopenttd-21ac20aeca92c76ba3521eda4dec316eee098974.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();