aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/hdb.cpp
diff options
context:
space:
mode:
authorNipun Garg2019-06-20 02:27:31 +0530
committerEugene Sandulenko2019-09-03 17:16:51 +0200
commit15d964afecfaaacf2ae34b729ea4a3812fb70601 (patch)
treefba13ad7c1573a161e6b6c66a9e0161ac254db66 /engines/hdb/hdb.cpp
parent2dd40d79a2e0c14414a06190af3c64fc52f1f078 (diff)
downloadscummvm-rg350-15d964afecfaaacf2ae34b729ea4a3812fb70601.tar.gz
scummvm-rg350-15d964afecfaaacf2ae34b729ea4a3812fb70601.tar.bz2
scummvm-rg350-15d964afecfaaacf2ae34b729ea4a3812fb70601.zip
HDB: Add _actionMode and its getter-setters
Diffstat (limited to 'engines/hdb/hdb.cpp')
-rw-r--r--engines/hdb/hdb.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp
index 0942085ce8..018e1e51dd 100644
--- a/engines/hdb/hdb.cpp
+++ b/engines/hdb/hdb.cpp
@@ -85,6 +85,10 @@ bool HDBGame::init() {
error("LuaScript::init: Couldn't load the GLOBAL_LUA code.");
}
+ // REMOVE: Putting this here since Menu hasn't been implemented yet.
+ // Defaults the game into Action Mode
+ setActionMode(1);
+
_gameShutdown = false;
_systemInit = true;