mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Clear LE lights between areas
This commit is contained in:
parent
0cb0b41c07
commit
36d76d3cb8
1 changed files with 2 additions and 0 deletions
|
|
@ -307,6 +307,8 @@ void unload_area(void) {
|
|||
gCurrentArea = NULL;
|
||||
gWarpTransition.isActive = FALSE;
|
||||
}
|
||||
|
||||
le_clear();
|
||||
}
|
||||
|
||||
void load_mario_area(void) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue