mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-02 07:51:40 +00:00
Add MUSICRATE to dehacked
This commit is contained in:
parent
942276fab0
commit
ec2bc29bb1
1 changed files with 1 additions and 0 deletions
|
@ -7308,6 +7308,7 @@ struct {
|
|||
|
||||
// doomdef.h constants
|
||||
{"TICRATE",TICRATE},
|
||||
{"MUSICRATE",MUSICRATE},
|
||||
{"RING_DIST",RING_DIST},
|
||||
{"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.
|
||||
|
|
Loading…
Reference in a new issue