mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 03:55:11 +00:00
Fixed stack corruption in pause menu (Mac crash fix)
This commit is contained in:
parent
62d337f794
commit
44b1d89c58
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue