(svn r2857) -Fix: PlayerID is not a valid type for a player-bit-field. Partly reverted r2290

This commit is contained in:
truelight 2005-08-11 19:21:46 +00:00
parent 61e97e733d
commit 235d84583f
1 changed files with 2 additions and 2 deletions

View File

@ -82,10 +82,10 @@ typedef struct Engine {
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;