Skip to content

Commit

Permalink
Fix whoopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
aMannus committed Jan 4, 2025
1 parent aad6b3d commit 2ec8b7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2286,7 +2286,7 @@ void FileChoose_DrawWindowContents(GameState* thisx) {
case CM_START_RANDOMIZER_SETTINGS_MENU:
case CM_RANDOMIZER_SETTINGS_MENU_TO_QUEST:
case CM_NAME_ENTRY_TO_RANDOMIZER_SETTINGS_MENU:
tex = FileChoose_GetShipOptionsTitleTexName(gSaveContext.language);
tex = FileChoose_GetSohOptionsTitleTexName(gSaveContext.language);
break;
default:
tex = sTitleLabels[gSaveContext.language][this->titleLabel];
Expand Down

0 comments on commit 2ec8b7b

Please sign in to comment.