summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 554e7dbf1..1aa9348b9 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -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;