summaryrefslogtreecommitdiff
path: root/src/gamelog.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-01-23 02:35:17 +0000
committersmatz <smatz@openttd.org>2009-01-23 02:35:17 +0000
commitf0ff90d71c2645a8f920ae94be34c3865d4308cf (patch)
treea9ff58b51d34b7c243c907d8eed0d99110f3ce45 /src/gamelog.cpp
parent80e59f375fbf693c1bf8658359f1aa3c2482c89e (diff)
downloadopenttd-f0ff90d71c2645a8f920ae94be34c3865d4308cf.tar.xz
(svn r15216) -Feature: native support for Transport Tycoon (Original) savegames. Based on SVXConverter's source code and documentation by Roman Vetter
Diffstat (limited to 'src/gamelog.cpp')
-rw-r--r--src/gamelog.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gamelog.cpp b/src/gamelog.cpp
index a9d9d4bd4..145351ba9 100644
--- a/src/gamelog.cpp
+++ b/src/gamelog.cpp
@@ -195,6 +195,10 @@ void GamelogPrint(GamelogPrintProc *proc)
GB(lc->oldver.version, 8, 16), GB(lc->oldver.version, 0, 8));
break;
+ case SGT_TTO:
+ AddDebugText(buf, "TTO savegame");
+ break;
+
case SGT_TTD:
AddDebugText(buf, "TTD savegame");
break;