mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Add missing *individual* skin flags
This commit is contained in:
parent
7367acf00d
commit
e3cae2315a
2 changed files with 4 additions and 1 deletions
|
|
@ -511,6 +511,9 @@ static boolean R_ProcessPatchableFields(skin_t *skin, char *stoken, char *value)
|
||||||
GETFLAG(MULTIABILITY)
|
GETFLAG(MULTIABILITY)
|
||||||
GETFLAG(NONIGHTSROTATION)
|
GETFLAG(NONIGHTSROTATION)
|
||||||
GETFLAG(NONIGHTSSUPER)
|
GETFLAG(NONIGHTSSUPER)
|
||||||
|
GETFLAG(NOSUPERSPRITES)
|
||||||
|
GETFLAG(NOSUPERJUMPBOOST)
|
||||||
|
GETFLAG(CANBUSTWALLS)
|
||||||
#undef GETFLAG
|
#undef GETFLAG
|
||||||
|
|
||||||
else // let's check if it's a sound, otherwise error out
|
else // let's check if it's a sound, otherwise error out
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue