Small bugfix.

This commit is contained in:
John Collins 2020-09-06 14:40:23 -05:00
parent 2d22401db4
commit 7e3ceb5579
1 changed files with 1 additions and 0 deletions

View File

@ -1433,6 +1433,7 @@ void update_mario_inputs(struct MarioState *m) {
} else {
sWarpDest.levelNum = gCurrLevelNum;
sWarpDest.areaIdx = m->area->index;
levelResetActNum = gCurrActNum;
}
sWarpDest.type = 1;