aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-15 21:33:15 -0400
committerPaul Gilbert2014-03-15 21:33:15 -0400
commit630679a5c8d72242866638b470cd361c0d5c6b0a (patch)
treeee023ed868528e20e5a623ff56c8d64d9c192969 /engines/mads/scene.cpp
parentc4ed42e6d5974e635b4241aa110d8ffe2a8c99c7 (diff)
downloadscummvm-rg350-630679a5c8d72242866638b470cd361c0d5c6b0a.tar.gz
scummvm-rg350-630679a5c8d72242866638b470cd361c0d5c6b0a.tar.bz2
scummvm-rg350-630679a5c8d72242866638b470cd361c0d5c6b0a.zip
MADS: Completed UserInterface::loadElements
Diffstat (limited to 'engines/mads/scene.cpp')
-rw-r--r--engines/mads/scene.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/scene.cpp b/engines/mads/scene.cpp
index d1e83f6d0a..9ece16fab5 100644
--- a/engines/mads/scene.cpp
+++ b/engines/mads/scene.cpp
@@ -51,6 +51,7 @@ Scene::Scene(MADSEngine *vm): _vm(vm), _action(_vm), _depthSurface(vm),
_activeAnimation = nullptr;
_textSpacing = -1;
_frameStartTime = 0;
+ _layer = LAYER_GUI;
_verbList.push_back(VerbInit(VERB_LOOK, 2, 0));
_verbList.push_back(VerbInit(VERB_TAKE, 2, 0));