mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 12:05:11 +00:00
Change unstable build disclaimer
This commit is contained in:
parent
15f8b12770
commit
4396381d60
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ void main_func(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef UNSTABLE_BRANCH
|
#ifdef UNSTABLE_BRANCH
|
||||||
custom_menu_error("This is an unstable branch build.\n\nPlease do not use this to play online with others.\n\nUse a regular build.");
|
custom_menu_error("This is an unstable branch build.\n\nExpect many strange bugs.\n\nFor a more stable experience use the normal coop branch.");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
audio_init();
|
audio_init();
|
||||||
|
|
Loading…
Reference in a new issue