- Duke: Fix resetplayerstats() setup.

This commit is contained in:
Mitchell Richters 2023-10-03 21:10:20 +11:00 committed by Christoph Oelckers
parent ae0de2d6aa
commit 4e1148e1ff

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++)