diff --git a/src/r_things.c b/src/r_things.c index 8618093a3097052c45fec3693454527d9e5d5029..ab155bd4df0a608a4716461157a8f49a69d06633 100644 --- a/src/r_things.c +++ b/src/r_things.c @@ -2696,7 +2696,7 @@ void R_AddSkins(UINT16 wadnum) GETFRACBITS(radius) GETFRACBITS(height) GETFRACBITS(spinheight) -#undef GETSPEED +#undef GETFRACBITS #define GETINT(field) else if (!stricmp(stoken, #field)) skin->field = atoi(value); GETINT(thrustfactor)