summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-06-05 18:44:31 +0000
committerfrosch <frosch@openttd.org>2010-06-05 18:44:31 +0000
commit1d9a84a934f680094bddc18f730067d757d27444 (patch)
tree5e5ccb19f10ca224ba27b630e4daea0201a226a5 /src/openttd.cpp
parent02276183243e58999acffce2f4a2cf7c391abf4c (diff)
downloadopenttd-1d9a84a934f680094bddc18f730067d757d27444.tar.xz
(svn r19936) -Codechange: If there is an enum, also use it.
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;