Skip to content
Snippets Groups Projects
Commit 75c5c8ba authored by James R.'s avatar James R.
Browse files

Add missing *individual* skin flags

parent b9f6069c
No related branches found
No related tags found
1 merge request!1273Fix TC_DASHMODE not accessible to v.getColormap; add missing skin flags
...@@ -511,6 +511,9 @@ static boolean R_ProcessPatchableFields(skin_t *skin, char *stoken, char *value) ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment