GETSPEED -> GETFRACBITS completion. woops

This commit is contained in:
toasterbabe 2016-09-25 15:23:22 +01:00
parent 9f69850c05
commit 64a9a94604
1 changed files with 1 additions and 1 deletions

View File

@ -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)