diff options
author | rubidium <rubidium@openttd.org> | 2010-07-19 15:44:49 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-07-19 15:44:49 +0000 |
commit | 45213e5708b3a8ece9fae32951d908db3bf5c732 (patch) | |
tree | 5d1f6dd0a73f04e02afec165b3569e2551cec27a /src/variables.h | |
parent | 523d9358826cbeed6b13a85159498ef0760ba938 (diff) | |
download | openttd-45213e5708b3a8ece9fae32951d908db3bf5c732.tar.xz |
(svn r20183) -Codechange: make _do_autosave and _dedicated_forks not use VARDEF and put them in a more logical location
Diffstat (limited to 'src/variables.h')
-rw-r--r-- | src/variables.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/variables.h b/src/variables.h index 77670620c..438d3b903 100644 --- a/src/variables.h +++ b/src/variables.h @@ -30,8 +30,6 @@ VARDEF int _palette_animation_counter; VARDEF uint32 _realtime_tick; -VARDEF bool _do_autosave; - VARDEF byte _display_opt; VARDEF bool _rightclick_emulate; @@ -46,7 +44,4 @@ VARDEF char *_log_file; /* landscape.cpp */ extern const byte _tileh_to_sprite[32]; -/* Forking stuff */ -VARDEF bool _dedicated_forks; - #endif /* VARIABLES_H */ |