(svn r20186) -Codechange: remove VARDEF from _realtime_tick and _rightclick_emulate

This commit is contained in:
rubidium
2010-07-19 16:21:49 +00:00
parent cd5bc729d4
commit 2ab8035604
6 changed files with 6 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ char *_ini_videodriver;
int _num_resolutions;
Dimension _resolutions[32];
Dimension _cur_resolution;
bool _rightclick_emulate;
SoundDriver *_sound_driver;
char *_ini_sounddriver;