1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-16 08:52:40 +01:00

(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 e38f503ec0
commit 34764feac2
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;