mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Add MUSICRATE to dehacked
This commit is contained in:
parent
0493fc6879
commit
7155f42c6c
1 changed files with 1 additions and 0 deletions
|
|
@ -7308,6 +7308,7 @@ struct {
|
||||||
|
|
||||||
// doomdef.h constants
|
// doomdef.h constants
|
||||||
{"TICRATE",TICRATE},
|
{"TICRATE",TICRATE},
|
||||||
|
{"MUSICRATE",MUSICRATE},
|
||||||
{"RING_DIST",RING_DIST},
|
{"RING_DIST",RING_DIST},
|
||||||
{"PUSHACCEL",PUSHACCEL},
|
{"PUSHACCEL",PUSHACCEL},
|
||||||
{"MODID",MODID}, // I don't know, I just thought it would be cool for a wad to potentially know what mod it was loaded into.
|
{"MODID",MODID}, // I don't know, I just thought it would be cool for a wad to potentially know what mod it was loaded into.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue