(svn r22070) -Fix [FS#4503] (r21399): crashes when disconnecting after requesting the map

This commit is contained in:
rubidium
2011-02-12 21:30:57 +00:00
parent a19bc28aba
commit befa79ba4a
3 changed files with 7 additions and 3 deletions

View File

@@ -75,7 +75,6 @@ void IncreaseDate();
void DoPaletteAnimations();
void MusicLoop();
void ResetMusic();
void ProcessAsyncSaveFinish();
void CallWindowTickEvent();
extern void SetDifficultyLevel(int mode, DifficultySettings *gm_opt);