mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-26 05:55:15 +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;
|
||||
sCurrentMenu = NULL;
|
||||
sLastMenu = NULL;
|
||||
overlay = NULL;
|
||||
}
|
||||
|
||||
void custom_menu_system_loop(void) {
|
||||
|
|
Loading…
Reference in a new issue