mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
I should be more careful when commiting, lmao. (Just a little bit of tying off loose ends for peace of mind.)
This commit is contained in:
parent
d185eee68f
commit
df87eb664c
1 changed files with 1 additions and 0 deletions
|
|
@ -5184,6 +5184,7 @@ void A_SignPlayer(mobj_t *actor)
|
||||||
skinnum = (skin_t*)ov->skin-skins;
|
skinnum = (skin_t*)ov->skin-skins;
|
||||||
while ((skinnum = (skinnum + 1) % numskins) && skincheck(skinnum));
|
while ((skinnum = (skinnum + 1) % numskins) && skincheck(skinnum));
|
||||||
}
|
}
|
||||||
|
#undef skincheck
|
||||||
skin = &skins[skinnum];
|
skin = &skins[skinnum];
|
||||||
}
|
}
|
||||||
else // specific skin
|
else // specific skin
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue