diff options
author | rubidium <rubidium@openttd.org> | 2010-07-19 16:21:49 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-07-19 16:21:49 +0000 |
commit | 34764feac226f4a962cfa7957db79feb617c900c (patch) | |
tree | f74f88b30c7f66b30ac4151abef40aeb2590d86c /src/video | |
parent | e38f503ec03f1bdd6f81ece65c6dca56ded2d935 (diff) | |
download | openttd-34764feac226f4a962cfa7957db79feb617c900c.tar.xz |
(svn r20186) -Codechange: remove VARDEF from _realtime_tick and _rightclick_emulate
Diffstat (limited to 'src/video')
-rw-r--r-- | src/video/video_driver.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video/video_driver.hpp b/src/video/video_driver.hpp index e9508bbae..f8defcca2 100644 --- a/src/video/video_driver.hpp +++ b/src/video/video_driver.hpp @@ -45,5 +45,6 @@ extern char *_ini_videodriver; extern int _num_resolutions; extern Dimension _resolutions[32]; extern Dimension _cur_resolution; +extern bool _rightclick_emulate; #endif /* VIDEO_VIDEO_DRIVER_HPP */ |