aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/module.cpp
diff options
context:
space:
mode:
authorwhitertandrek2018-03-19 14:12:36 +0200
committerEugene Sandulenko2018-06-28 23:51:32 +0200
commit7c4bcc033d318b3396df9f1545afcc4da3bd4bc1 (patch)
tree6a93ddb7486ce809cdd0c46e765729f4710bc41d /engines/pink/module.cpp
parentd3031443647ae4830ec971866fb068be0990066f (diff)
downloadscummvm-rg350-7c4bcc033d318b3396df9f1545afcc4da3bd4bc1.tar.gz
scummvm-rg350-7c4bcc033d318b3396df9f1545afcc4da3bd4bc1.tar.bz2
scummvm-rg350-7c4bcc033d318b3396df9f1545afcc4da3bd4bc1.zip
PINK: implemented SideEffectModuleVariable fully
Diffstat (limited to 'engines/pink/module.cpp')
-rw-r--r--engines/pink/module.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/pink/module.cpp b/engines/pink/module.cpp
index 4b5d1363d3..28ca3549b2 100644
--- a/engines/pink/module.cpp
+++ b/engines/pink/module.cpp
@@ -95,6 +95,10 @@ PinkEngine *Module::getGame() const {
return _game;
}
+Common::StringMap &Module::getMap() {
+ return _map;
+}
+
} // End of namespace Pink