mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 07:22:28 +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
fc8392dac4
commit
527195c214
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;
|
||||
while ((skinnum = (skinnum + 1) % numskins) && skincheck(skinnum));
|
||||
}
|
||||
#undef skincheck
|
||||
skin = &skins[skinnum];
|
||||
}
|
||||
else // specific skin
|
||||
|
|
Loading…
Reference in a new issue