Fixed being able to open both menus at once

You could open both inventory and menu at once if you were walking.  But
now you can't.
This commit is contained in:
mshirt 2016-12-23 14:07:11 -06:00
parent 03f4610e20
commit 79e70e8821

View file

@ -250,7 +250,7 @@ class Scene_Map
# Process menu opening
unless $game_system.map_interpreter.running? ||
$game_system.menu_disabled ||
@fast_travel.visible
@fast_travel.visible || $game_temp.menu_calling == true || $game_temp.item_menu_calling == true
if !@menu.visible && Input.trigger?(Input::MENU)
$game_temp.menu_calling = true
$game_temp.menu_beep = true