mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 23:31:50 +00:00
Removed the removal of SF_SUPER from skins other than Sonic
# Conflicts: # src/r_things.c
This commit is contained in:
parent
75270f878c
commit
ffa9a4e056
1 changed files with 0 additions and 3 deletions
|
@ -2698,9 +2698,6 @@ next_token:
|
|||
}
|
||||
free(buf2);
|
||||
|
||||
// Not in vanilla, you don't.
|
||||
skin->flags &= ~SF_SUPER;
|
||||
|
||||
lump++; // if no sprite defined use spirte just after this one
|
||||
if (skin->sprite[0] == '\0')
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue