mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 18:32:08 +00:00
Typo (my fault).
This commit is contained in:
parent
b4da50b7fb
commit
fc8392dac4
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…
Reference in a new issue