mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-04 04:36:21 +00:00
Typo (my fault).
This commit is contained in:
parent
f43044d77b
commit
d185eee68f
1 changed files with 1 additions and 1 deletions
|
|
@ -5176,7 +5176,7 @@ void A_SignPlayer(mobj_t *actor)
|
|||
skincount++;
|
||||
skinnum = P_RandomKey(skincount);
|
||||
for (skincount = skinnum; skincount < numskins; skincount++)
|
||||
if (skincheck(skinnum))
|
||||
if (skincheck(skincount))
|
||||
skinnum++;
|
||||
}
|
||||
else // otherwise, advance 1 skin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue