- Duke: Fix resetplayerstats() setup.

This commit is contained in:
Mitchell Richters 2023-10-03 21:10:20 +11:00
parent a2185644e1
commit 992a8b3899

View file

@ -524,7 +524,7 @@ void resetpspritevars(int g, const DVector3& startpos, const DAngle startang)
}
}
for (i = 1; i < MAXPLAYERS; i++)
for (i = 0; i < MAXPLAYERS; i++)
resetplayerstats(i);
if (ud.recstat != 2) for (i = 0; i < MAXPLAYERS; i++)