(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 4a3dd37582
commit 4151d68480
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();