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
commit4151d684803ad353ae9e3362f1d855ba95027728 (patch)
treea33e06e83fac9f119628ba46239c00d64af51b3c /src/openttd.cpp
parent4a3dd3758235d7d6b85bf10fb2d1c9f10dcbb7a8 (diff)
downloadopenttd-4151d684803ad353ae9e3362f1d855ba95027728.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();