mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-01-03 14:11:10 +00:00
parent
c7bdeef8d5
commit
8661c65ab8
1 changed files with 0 additions and 5 deletions
|
@ -417,11 +417,6 @@ void init_mario_after_warp(void) {
|
|||
|
||||
if (sWarpDest.type == WARP_TYPE_CHANGE_LEVEL || sWarpDest.type == WARP_TYPE_CHANGE_AREA) {
|
||||
gPlayerSpawnInfos[i].areaIndex = sWarpDest.areaIdx;
|
||||
// reset health
|
||||
gMarioStates[i].health = 0x880;
|
||||
gMarioStates[i].healCounter = 0;
|
||||
gMarioStates[i].hurtCounter = 0;
|
||||
|
||||
if (i == 0) { load_mario_area(); }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue