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
commit63687763e9680663e68754b47ee9f1511641faf8 (patch)
treeb1e52d993ce60e919358d998b36ea08adfe26cba /engine.h
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.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