engine.h
changeset 4289 ff1b2b915cab
parent 4077 d3022f976946
child 4326 c2ae4dbc1074
--- a/engine.h	Tue Aug 15 16:49:48 2006 +0000
+++ b/engine.h	Tue Aug 15 16:55:40 2006 +0000
@@ -74,7 +74,7 @@
   * @see table/engines.h
   */
 typedef struct EngineInfo {
-	uint16 base_intro;
+	Date base_intro;
 	byte unk2;              ///< Carriages have the highest bit set in this one
 	byte lifelength;
 	byte base_life;
@@ -87,8 +87,8 @@
 } EngineInfo;
 
 typedef struct Engine {
-	uint16 intro_date;
-	uint16 age;
+	Date intro_date;
+	Date age;
 	uint16 reliability;
 	uint16 reliability_spd_dec;
 	uint16 reliability_start, reliability_max, reliability_final;