summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2SoundPlayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/T2DLL/T2SoundPlayer.h')
-rw-r--r--src/T2DLL/T2SoundPlayer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/T2DLL/T2SoundPlayer.h b/src/T2DLL/T2SoundPlayer.h
index 344917d..667ac13 100644
--- a/src/T2DLL/T2SoundPlayer.h
+++ b/src/T2DLL/T2SoundPlayer.h
@@ -14,11 +14,13 @@ enum SOUNDPRIORITY {
};
enum {
- SoundMask_10 = 0x10
+ SoundMask_10 = 0x10,
+ SoundMask_20 = 0x20,
};
enum {
SoundFlags_10 = 0x10,
+ SoundFlags_20 = 0x20,
SoundFlags_10000 = 0x10000
};