mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Fix choice crash when Action+Cancel pressed simultaneously
This commit is contained in:
parent
a7e40364e8
commit
6554a6e43f
1 changed files with 1 additions and 4 deletions
|
|
@ -401,10 +401,7 @@ class Window_Message < Window_Selectable
|
|||
$game_system.se_play($data_system.cancel_se)
|
||||
$game_temp.choice_proc.call($game_temp.choice_cancel_type - 1)
|
||||
terminate_message
|
||||
end
|
||||
|
||||
# Confirm
|
||||
if Input.trigger?(Input::ACTION)
|
||||
elsif Input.trigger?(Input::ACTION)
|
||||
$game_system.se_play($data_system.decision_se)
|
||||
$game_temp.choice_proc.call(self.index)
|
||||
terminate_message
|
||||
|
|
|
|||
Loading…
Reference in a new issue