mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 19:02:45 +00:00
GETSPEED -> GETFRACBITS completion. woops
This commit is contained in:
parent
9f69850c05
commit
64a9a94604
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue