1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2025-12-23 21:22:46 +01:00

(svn r13322) -Codechange: _no_scroll belongs more with the window code.

This commit is contained in:
rubidium
2008-05-29 11:13:11 +00:00
parent f2869bb7db
commit 22d7b25296
4 changed files with 16 additions and 12 deletions

View File

@@ -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();