mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-30 13:10:55 +00:00
Removed the removal of SF_SUPER from skins other than Sonic
This commit is contained in:
parent
6cde169c58
commit
210757f27b
1 changed files with 0 additions and 3 deletions
|
@ -2653,9 +2653,6 @@ next_token:
|
||||||
}
|
}
|
||||||
free(buf2);
|
free(buf2);
|
||||||
|
|
||||||
if (skin != &skins[0])
|
|
||||||
skin->flags &= ~SF_SUPER;
|
|
||||||
|
|
||||||
// Add sprites
|
// Add sprites
|
||||||
{
|
{
|
||||||
UINT16 z;
|
UINT16 z;
|
||||||
|
|
Loading…
Reference in a new issue