aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/game.cpp')
-rw-r--r--engines/gob/game.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gob/game.cpp b/engines/gob/game.cpp
index 1a7c31eec0..9f64099e73 100644
--- a/engines/gob/game.cpp
+++ b/engines/gob/game.cpp
@@ -557,6 +557,9 @@ void Game::totSub(int8 flags, const char *newTotFile) {
_vm->_inter->_variables = 0;
strncpy0(_curTotFile, newTotFile, 9);
+// if (_vm->getGameType() == kGameTypeGeisha)
+// strcat(_curTotFile, ".0OT");
+// else
strcat(_curTotFile, ".TOT");
if (_vm->_inter->_terminate != 0)