mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 12:05:11 +00:00
Reset shadow in main menu
This commit is contained in:
parent
b4559a657c
commit
f959ffaeb6
1 changed files with 3 additions and 0 deletions
|
@ -1626,6 +1626,9 @@ void update_menu_level(void) {
|
||||||
gMarioState->controller->stickY = 0;
|
gMarioState->controller->stickY = 0;
|
||||||
gMarioState->controller->stickMag = 0;
|
gMarioState->controller->stickMag = 0;
|
||||||
gMarioState->intendedMag = 0;
|
gMarioState->intendedMag = 0;
|
||||||
|
// reset shadow
|
||||||
|
gMarioState->marioObj->header.gfx.shadowInvisible = false;
|
||||||
|
gMarioState->marioObj->header.gfx.disableAutomaticShadowPos = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
s32 update_level(void) {
|
s32 update_level(void) {
|
||||||
|
|
Loading…
Reference in a new issue