summaryrefslogtreecommitdiff
path: root/engine.h
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.h
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.h')
-rw-r--r--engine.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/engine.h b/engine.h
index 4e17f5d36..0847bd424 100644
--- a/engine.h
+++ b/engine.h
@@ -3,8 +3,7 @@
#ifndef ENGINE_H
#define ENGINE_H
-/** @file engine.h
- */
+/** @file engine.h */
#include "pool.h"
@@ -71,8 +70,8 @@ typedef struct RoadVehicleInfo {
} RoadVehicleInfo;
/** Information about a vehicle
- * @see table/engines.h
- */
+ * @see table/engines.h
+ */
typedef struct EngineInfo {
Date base_intro;
byte unk2; ///< Carriages have the highest bit set in this one