mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Add a shorthand alias for FRACUNIT
This commit is contained in:
parent
0a4c8555a8
commit
d7a4e24e70
1 changed files with 1 additions and 0 deletions
|
|
@ -4794,6 +4794,7 @@ struct int_const_s const INT_CONST[] = {
|
||||||
|
|
||||||
// fixed_t constants, from m_fixed.h
|
// fixed_t constants, from m_fixed.h
|
||||||
{"FRACUNIT",FRACUNIT},
|
{"FRACUNIT",FRACUNIT},
|
||||||
|
{"FU" ,FRACUNIT},
|
||||||
{"FRACBITS",FRACBITS},
|
{"FRACBITS",FRACBITS},
|
||||||
|
|
||||||
// doomdef.h constants
|
// doomdef.h constants
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue