mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +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++;
|
skincount++;
|
||||||
skinnum = P_RandomKey(skincount);
|
skinnum = P_RandomKey(skincount);
|
||||||
for (skincount = skinnum; skincount < numskins; skincount++)
|
for (skincount = skinnum; skincount < numskins; skincount++)
|
||||||
if (skincheck(skinnum))
|
if (skincheck(skincount))
|
||||||
skinnum++;
|
skinnum++;
|
||||||
}
|
}
|
||||||
else // otherwise, advance 1 skin
|
else // otherwise, advance 1 skin
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue