Skip to content

Commit

Permalink
Merge pull request #1972 from ikemen-engine/fix
Browse files Browse the repository at this point in the history
fix: F1 screen inputs carry to the menu
  • Loading branch information
K4thos authored Aug 27, 2024
2 parents 0414f33 + 1e4c00b commit ca57eb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions external/script/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3210,6 +3210,7 @@ function main.f_createMenu(tbl, bool_bgreset, bool_main, bool_f1, bool_del)
txt_infobox,
overlay_infobox
)
main.f_cmdBufReset()
elseif main.credits ~= -1 and getKey(motif.attract_mode.credits_key) then
sndPlay(motif.files.snd_data, motif.attract_mode.credits_snd[1], motif.attract_mode.credits_snd[2])
main.credits = main.credits + 1
Expand Down

0 comments on commit ca57eb0

Please sign in to comment.