Small map fixes

This commit is contained in:
chardub
2025-02-18 19:39:42 -05:00
parent 0f38d7933b
commit 1c665bf636
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -86,7 +86,7 @@ class CharacterSelectMenuPresenter
update_cursor(@current_index)
@name = getDefaultName if @name == ""
updateDisplayedName(getOptionIndex(OPTION_NAME))
cmd = pbMessage("Is this this information correct?", [_INTL("Yes"), _INTL("No")])
cmd = pbMessage("Is this information correct?", [_INTL("Yes"), _INTL("No")])
if cmd == 0
pbSEPlay("GUI naming confirm", 80, 100)
#pbMessage("You will be able to customize your appearance further while playing")

Binary file not shown.