# HG changeset patch # User bjarni # Date 1141334840 0 # Node ID b609a98e32a53303a6ebe70470c6bd4165ce8eab # Parent f4a655a6f639932cb92c4d9bd36b2a24fb560244 (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 diff -r f4a655a6f639 -r b609a98e32a5 variables.h --- a/variables.h Thu Mar 02 14:45:35 2006 +0000 +++ b/variables.h Thu Mar 02 21:27:20 2006 +0000 @@ -170,8 +170,8 @@ byte wait_oneway_signal; //waitingtime in days before a oneway signal byte wait_twoway_signal; //waitingtime in days before a twoway signal - uint map_x; // Size of map - uint map_y; + uint8 map_x; // Size of map + uint8 map_y; byte drag_signals_density; // many signals density bool ainew_active; // Is the new AI active?