From 64a9a946043f7cb734c80782369ba1a37b7144cd Mon Sep 17 00:00:00 2001 From: toasterbabe Date: Sun, 25 Sep 2016 15:23:22 +0100 Subject: [PATCH] GETSPEED -> GETFRACBITS completion. woops --- src/r_things.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)