mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r2857) -Fix: PlayerID is not a valid type for a player-bit-field. Partly reverted r2290
This commit is contained in:
parent
61e97e733d
commit
235d84583f
4
engine.h
4
engine.h
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user