engine.h
changeset 2331 72a9f9b31e4e
parent 2186 461a2aff3486
child 2436 177cb6a8339f
--- a/engine.h	Thu Aug 11 13:20:37 2005 +0000
+++ b/engine.h	Thu Aug 11 19:21:46 2005 +0000
@@ -82,10 +82,10 @@
 	uint16 duration_phase_1, duration_phase_2, duration_phase_3;
 	byte lifelength;
 	byte flags;
-	PlayerID preview_player;
+	byte preview_player;
 	byte preview_wait;
 	byte railtype;
-	PlayerID player_avail;
+	byte player_avail;
 	byte type;				// type, ie VEH_Road, VEH_Train, etc. Same as in vehicle.h
 } Engine;