Add MUSICRATE to dehacked

This commit is contained in:
mazmazz 2018-08-25 06:55:00 -04:00
parent 0493fc6879
commit 7155f42c6c

View file

@ -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.