mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-20 08:20:52 +00:00
#ifdef MUSICRATE 1000 for adjustable music timings
This commit is contained in:
parent
4f075bfb5d
commit
942276fab0
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue