From 6dffd8ae82e78ed98b66a3f2fcd4cdccbe57ee72 Mon Sep 17 00:00:00 2001 From: smatz Date: Fri, 23 Jan 2009 02:35:17 +0000 Subject: (svn r15216) -Feature: native support for Transport Tycoon (Original) savegames. Based on SVXConverter's source code and documentation by Roman Vetter --- src/gamelog.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gamelog.cpp') 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; -- cgit v1.2.3-54-g00ecf