#ifdef MUSICRATE 1000 for adjustable music timings

This commit is contained in:
mazmazz 2018-08-25 05:35:39 -04:00
parent 4f075bfb5d
commit 942276fab0

View file

@ -20,6 +20,9 @@
#include "command.h" #include "command.h"
#include "tables.h" // angle_t #include "tables.h" // angle_t
// sound timing is calculated by milliseconds
#define MUSICRATE 1000
// mask used to indicate sound origin is player item pickup // mask used to indicate sound origin is player item pickup
#define PICKUP_SOUND 0x8000 #define PICKUP_SOUND 0x8000