aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parallaction.cpp
diff options
context:
space:
mode:
authorChristopher Page2008-07-25 21:24:09 +0000
committerChristopher Page2008-07-25 21:24:09 +0000
commitcbe0af1c194525543ef7cd5c3605b738c90cc010 (patch)
tree2130016bc98eea682a48c72694fa0ede58ab8dc0 /engines/parallaction/parallaction.cpp
parentdac805c281d9dd37140644315bc968d7f312a265 (diff)
downloadscummvm-rg350-cbe0af1c194525543ef7cd5c3605b738c90cc010.tar.gz
scummvm-rg350-cbe0af1c194525543ef7cd5c3605b738c90cc010.tar.bz2
scummvm-rg350-cbe0af1c194525543ef7cd5c3605b738c90cc010.zip
Added --list-saves support for PARALLACTION, and -x support for NipponSafes
svn-id: r33292
Diffstat (limited to 'engines/parallaction/parallaction.cpp')
-rw-r--r--engines/parallaction/parallaction.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/parallaction/parallaction.cpp b/engines/parallaction/parallaction.cpp
index fff50b48df..2845fcb94b 100644
--- a/engines/parallaction/parallaction.cpp
+++ b/engines/parallaction/parallaction.cpp
@@ -114,6 +114,7 @@ int Parallaction::init() {
_location._hasSound = false;
_baseTime = 0;
_numLocations = 0;
+ _gameToLoad = -1;
_location._startPosition.x = -1000;
_location._startPosition.y = -1000;
_location._startFrame = 0;