(svn r19936) -Codechange: If there is an enum, also use it.

This commit is contained in:
frosch
2010-06-05 18:44:31 +00:00
parent 0227618324
commit 1d9a84a934
3 changed files with 7 additions and 6 deletions

View File

@@ -405,7 +405,6 @@ void MakeNewgameSettingsLive()
#endif /* ENABLE_AI */
}
byte _savegame_sort_order;
#if defined(UNIX) && !defined(__MORPHOS__)
extern void DedicatedFork();
#endif
@@ -680,7 +679,6 @@ int ttd_main(int argc, char *argv[])
}
free(musicdriver);
_savegame_sort_order = SORT_BY_DATE | SORT_DESCENDING;
/* Initialize the zoom level of the screen to normal */
_screen.zoom = ZOOM_LVL_NORMAL;