summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-13 13:36:01 +0000
committerrubidium <rubidium@openttd.org>2008-01-13 13:36:01 +0000
commitfafab82a312660ba3dc66b2e06d1a1dec6776103 (patch)
treeec37405dba3eeb85aaeaa7e2ed2433812d3061d6 /src/openttd.cpp
parent86a6268f3ea3072afa30297cf6017885cbff31f7 (diff)
downloadopenttd-fafab82a312660ba3dc66b2e06d1a1dec6776103.tar.xz
(svn r11832) -Codechange: get rid of (quite) some VARDEFs.
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 6df99dba1..0e0e783d5 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -319,6 +319,8 @@ static void LoadIntroGame()
if (_music_driver->IsSongPlaying()) ResetMusic();
}
+byte _no_scroll;
+byte _savegame_sort_order;
#if defined(UNIX) && !defined(__MORPHOS__)
extern void DedicatedFork();
#endif