Fixed stack corruption in pause menu (Mac crash fix)

This commit is contained in:
MysterD 2022-02-04 00:21:18 -08:00
parent 9619a1c1a6
commit 54c344deae
1 changed files with 1 additions and 1 deletions

View File

@ -2493,7 +2493,7 @@ void render_pause_camera_options(s16 x, s16 y, s8 *index, s16 xIndex) {
#endif
void render_pause_course_options(s16 x, s16 y, s8 *index, s16 yIndex) {
u8 TEXT_EXIT_TO_CASTLE[15] = { DIALOG_CHAR_TERMINATOR };
u8 TEXT_EXIT_TO_CASTLE[16] = { DIALOG_CHAR_TERMINATOR };
str_ascii_to_dialog("EXIT TO CASTLE", TEXT_EXIT_TO_CASTLE, 15);
#ifdef VERSION_EU