mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-21 17:41:48 +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…
Add table
Reference in a new issue