mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-20 18:42:26 +00:00
- Duke: Fix resetplayerstats()
setup.
This commit is contained in:
parent
a2185644e1
commit
992a8b3899
1 changed files with 1 additions and 1 deletions
|
@ -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++)
|
||||
|
|
Loading…
Reference in a new issue