diff --git a/src/r_things.c b/src/r_things.c index 8618093a3..ab155bd4d 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)