mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
#ifdef MUSICRATE 1000 for adjustable music timings
This commit is contained in:
parent
db410cb236
commit
0493fc6879
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,9 @@
|
|||
#include "command.h"
|
||||
#include "tables.h" // angle_t
|
||||
|
||||
// sound timing is calculated by milliseconds
|
||||
#define MUSICRATE 1000
|
||||
|
||||
// mask used to indicate sound origin is player item pickup
|
||||
#define PICKUP_SOUND 0x8000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue