ZVISION: Make menu bar fully enabled after changelocation called

This commit is contained in:
Marisa-Chan 2014-11-12 16:01:23 +06:00
parent 2d7af4bab7
commit bb06ecf798

View file

@ -562,6 +562,8 @@ void ScriptManager::do_changeLocation() {
_referenceTable.clear();
addPuzzlesToReferenceTable(universe);
_engine->menuBarEnable(0xFFFF);
if (_nextLocation.world != _currentLocation.world) {
cleanScriptScope(nodeview);
cleanScriptScope(room);