♻️ Pass 'PlayerStruct' pointer to 'ClrPlrPath'

This commit is contained in:
Juliano Leal Goncalves 2021-04-04 15:08:09 -03:00 committed by Anders Jenbo
commit 39736e2538
8 changed files with 24 additions and 28 deletions

View file

@ -279,7 +279,7 @@ void DoResurrect(int pnum, int rid)
drawmanaflag = true;
}
ClrPlrPath(rid);
ClrPlrPath(&plr[rid]);
plr[rid].destAction = ACTION_NONE;
plr[rid]._pInvincible = false;
PlacePlayer(rid);