ZVISION: Make menu bar fully enabled after changelocation called
This commit is contained in:
parent
2d7af4bab7
commit
bb06ecf798
1 changed files with 2 additions and 0 deletions
|
@ -562,6 +562,8 @@ void ScriptManager::do_changeLocation() {
|
||||||
_referenceTable.clear();
|
_referenceTable.clear();
|
||||||
addPuzzlesToReferenceTable(universe);
|
addPuzzlesToReferenceTable(universe);
|
||||||
|
|
||||||
|
_engine->menuBarEnable(0xFFFF);
|
||||||
|
|
||||||
if (_nextLocation.world != _currentLocation.world) {
|
if (_nextLocation.world != _currentLocation.world) {
|
||||||
cleanScriptScope(nodeview);
|
cleanScriptScope(nodeview);
|
||||||
cleanScriptScope(room);
|
cleanScriptScope(room);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue