mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r3739) -Fix: [Big endian CPUs] fixed bug introduced in rev 3720 where BE computers would read insane map sizes and crash as a result
This commit is contained in:
parent
8cf4fe9cdf
commit
ed1a2c9541
@ -170,8 +170,8 @@ typedef struct Patches {
|
|||||||
byte wait_oneway_signal; //waitingtime in days before a oneway signal
|
byte wait_oneway_signal; //waitingtime in days before a oneway signal
|
||||||
byte wait_twoway_signal; //waitingtime in days before a twoway signal
|
byte wait_twoway_signal; //waitingtime in days before a twoway signal
|
||||||
|
|
||||||
uint map_x; // Size of map
|
uint8 map_x; // Size of map
|
||||||
uint map_y;
|
uint8 map_y;
|
||||||
|
|
||||||
byte drag_signals_density; // many signals density
|
byte drag_signals_density; // many signals density
|
||||||
bool ainew_active; // Is the new AI active?
|
bool ainew_active; // Is the new AI active?
|
||||||
|
Loading…
Reference in New Issue
Block a user