aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/game.h
diff options
context:
space:
mode:
authorĽubomír Remák2018-03-11 20:12:57 +0100
committerEugene Sandulenko2018-08-25 23:12:01 +0200
commit523f973e0a4ba16b278d546da9267a693924f957 (patch)
tree125802578f214f7aecd66866a3090fb6c340764d /engines/mutationofjb/game.h
parentae979a831091e04797f19d0c80210d745cd60f62 (diff)
downloadscummvm-rg350-523f973e0a4ba16b278d546da9267a693924f957.tar.gz
scummvm-rg350-523f973e0a4ba16b278d546da9267a693924f957.tar.bz2
scummvm-rg350-523f973e0a4ba16b278d546da9267a693924f957.zip
MUTATIONOFJB: Add support of IFPIGGY command.
Diffstat (limited to 'engines/mutationofjb/game.h')
-rw-r--r--engines/mutationofjb/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mutationofjb/game.h b/engines/mutationofjb/game.h
index 26f4d3823d..6eafc79e4a 100644
--- a/engines/mutationofjb/game.h
+++ b/engines/mutationofjb/game.h
@@ -153,6 +153,7 @@ public:
uint8 _currentScene;
Inventory _inventory;
+ Common::String _currentAPK;
private:
Scene _scenes[45];