forked from mirror/OpenTTD
(svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more uniform.
-Cleanup: whitespace alignment of a few tables.
This commit is contained in:
7
engine.h
7
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
|
||||
|
Reference in New Issue
Block a user