mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-09 17:51:36 +00:00
Update r_skins.c
This commit is contained in:
parent
4e029dbc67
commit
8fa8ca6222
1 changed files with 4 additions and 0 deletions
|
@ -512,6 +512,10 @@ 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)
|
||||||
|
GETFLAG(NOSHIELDABILITY)
|
||||||
#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…
Reference in a new issue