mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
overlay error (#88)
* overlay error fixed compilation error * Update custom_menu_system.c Co-authored-by: djoslin0 <djoslin0@users.noreply.github.com>
This commit is contained in:
parent
33dda3322c
commit
26928ac6f5
1 changed files with 0 additions and 1 deletions
|
|
@ -100,7 +100,6 @@ void custom_menu_destroy(void) {
|
||||||
sHead = NULL;
|
sHead = NULL;
|
||||||
sCurrentMenu = NULL;
|
sCurrentMenu = NULL;
|
||||||
sLastMenu = NULL;
|
sLastMenu = NULL;
|
||||||
overlay = NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void custom_menu_system_loop(void) {
|
void custom_menu_system_loop(void) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue