aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/res.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-09-29 01:00:11 +0000
committerTravis Howell2006-09-29 01:00:11 +0000
commite36f3cfe9b3b45aaffde060546791ce9482bf323 (patch)
tree01535f923ca21673c958d7bc1b1c36da83873f04 /engines/simon/res.cpp
parent11c9537e290fbab5d604037609fb40c70149b283 (diff)
downloadscummvm-rg350-e36f3cfe9b3b45aaffde060546791ce9482bf323.tar.gz
scummvm-rg350-e36f3cfe9b3b45aaffde060546791ce9482bf323.tar.bz2
scummvm-rg350-e36f3cfe9b3b45aaffde060546791ce9482bf323.zip
Fix startup of PP games
svn-id: r23996
Diffstat (limited to 'engines/simon/res.cpp')
-rw-r--r--engines/simon/res.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/simon/res.cpp b/engines/simon/res.cpp
index 03a43e02e2..760e6885f9 100644
--- a/engines/simon/res.cpp
+++ b/engines/simon/res.cpp
@@ -323,7 +323,7 @@ void SimonEngine::loadGamePcFile() {
in.close();
- if (getGameId() == GID_SWAMPY)
+ if (getGameType() == GType_PP)
return;
/* Read list of TABLE resources */
@@ -345,7 +345,7 @@ void SimonEngine::loadGamePcFile() {
_tablesHeapPtrOrg = _tablesHeapPtr;
_tablesHeapCurPosOrg = _tablesHeapCurPos;
- if (getGameType() == GType_ELVIRA || getGameType() == GType_FF || getGameType() == GType_PP)
+ if (getGameType() == GType_ELVIRA || getGameType() == GType_FF)
return;
/* Read list of TEXT resources */