diff options
Diffstat (limited to 'variables.h')
-rw-r--r-- | variables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/variables.h b/variables.h index ae14c6136..bf0035fec 100644 --- a/variables.h +++ b/variables.h @@ -114,6 +114,7 @@ typedef struct Patches { bool invisible_trees; // don't show trees when buildings are transparent uint8 toolbar_pos; // position of toolbars, 0=left, 1=center, 2=right + uint8 window_snap_radius; // Windows snap at each other if closer than this byte max_trains; //max trains in game per player (these are 8bit because the unitnumber field can't hold more) byte max_roadveh; //max trucks in game per player |