summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-29 11:13:11 +0000
committerrubidium <rubidium@openttd.org>2008-05-29 11:13:11 +0000
commit22d7b252968f5ffecb15817051c2837a97563aa9 (patch)
treea33e06e83fac9f119628ba46239c00d64af51b3c /src/openttd.cpp
parentf2869bb7db1cd475817ca71e3449e827748f00aa (diff)
downloadopenttd-22d7b252968f5ffecb15817051c2837a97563aa9.tar.xz
(svn r13322) -Codechange: _no_scroll belongs more with the window code.
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index bd386f5bf..9a8afbcef 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -347,7 +347,6 @@ static void LoadIntroGame()
if (_music_driver->IsSongPlaying()) ResetMusic();
}
-byte _no_scroll;
byte _savegame_sort_order;
#if defined(UNIX) && !defined(__MORPHOS__)
extern void DedicatedFork();