diff options
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r-- | src/openttd.cpp | 2 |
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 |