(svn r20183) -Codechange: make _do_autosave and _dedicated_forks not use VARDEF and put them in a more logical location

This commit is contained in:
rubidium
2010-07-19 15:44:49 +00:00
parent 523d935882
commit 45213e5708
6 changed files with 9 additions and 10 deletions

View File

@@ -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 */