aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven.h
diff options
context:
space:
mode:
authorBastien Bouclet2016-08-04 06:28:04 +0200
committerEugene Sandulenko2017-07-03 08:50:10 +0200
commit1bb5424dddca2cf150fa1a09f4845e193b581e3e (patch)
tree33abe1c43bc93f9e649bc768a99d9d25bf9706b6 /engines/mohawk/riven.h
parentabe6889bbe640c15e0fdf454d3867eb22869db5c (diff)
downloadscummvm-rg350-1bb5424dddca2cf150fa1a09f4845e193b581e3e.tar.gz
scummvm-rg350-1bb5424dddca2cf150fa1a09f4845e193b581e3e.tar.bz2
scummvm-rg350-1bb5424dddca2cf150fa1a09f4845e193b581e3e.zip
MOHAWK: Move PLST handling to the RivenCard class
Diffstat (limited to 'engines/mohawk/riven.h')
-rw-r--r--engines/mohawk/riven.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/riven.h b/engines/mohawk/riven.h
index 300078667d..a61c4b0a54 100644
--- a/engines/mohawk/riven.h
+++ b/engines/mohawk/riven.h
@@ -199,6 +199,7 @@ public:
void setGameOver() { _gameOver = true; }
void ignoreNextMouseUp() { _ignoreNextMouseUp = true; }
Common::SeekableReadStream *getExtrasResource(uint32 tag, uint16 id);
+ bool _activatedPLST;
bool _activatedSLST;
void runLoadDialog();
void delayAndUpdate(uint32 ms);