(svn r6365) -Cleanup: remove IsGeneratingWorld calls that are either not called or have no effect.

This commit is contained in:
rubidium
2006-09-03 22:07:28 +00:00
parent e98adc5d0a
commit 03f963af58
5 changed files with 22 additions and 25 deletions

View File

@@ -899,7 +899,7 @@ static void DoAutosave(void)
static void ScrollMainViewport(int x, int y)
{
if (_game_mode != GM_MENU && !IsGeneratingWorld()) {
if (_game_mode != GM_MENU) {
Window *w = FindWindowById(WC_MAIN_WINDOW, 0);
assert(w);