From 210757f27bc5fe20136b66a4667fc631264b4661 Mon Sep 17 00:00:00 2001
From: Monster Iestyn <iestynjealous@ntlworld.com>
Date: Fri, 2 Oct 2015 13:45:51 +0100
Subject: [PATCH] Removed the removal of SF_SUPER from skins other than Sonic

---
 src/r_things.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/r_things.c b/src/r_things.c
index 2247d238ef..35e0430155 100644
--- a/src/r_things.c
+++ b/src/r_things.c
@@ -2653,9 +2653,6 @@ next_token:
 		}
 		free(buf2);
 
-		if (skin != &skins[0])
-			skin->flags &= ~SF_SUPER;
-
 		// Add sprites
 		{
 			UINT16 z;
-- 
GitLab