mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 12:40:58 +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);
|
||||
|
||||
if (skin != &skins[0])
|
||||
skin->flags &= ~SF_SUPER;
|
||||
|
||||
// Add sprites
|
||||
{
|
||||
UINT16 z;
|
||||
|
|
Loading…
Reference in a new issue