diff options
author | Paul Gilbert | 2014-03-15 21:33:15 -0400 |
---|---|---|
committer | Paul Gilbert | 2014-03-15 21:33:15 -0400 |
commit | 630679a5c8d72242866638b470cd361c0d5c6b0a (patch) | |
tree | ee023ed868528e20e5a623ff56c8d64d9c192969 /engines/mads/scene.cpp | |
parent | c4ed42e6d5974e635b4241aa110d8ffe2a8c99c7 (diff) | |
download | scummvm-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.cpp | 1 |
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)); |