aboutsummaryrefslogtreecommitdiff
path: root/sword2/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/sound.h')
-rw-r--r--sword2/sound.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sword2/sound.h b/sword2/sound.h
index 13ece67851..6c7baabe24 100644
--- a/sword2/sound.h
+++ b/sword2/sound.h
@@ -38,10 +38,14 @@ namespace Sword2 {
// fx types
enum {
+ // These three types correspond to types set by the scripts
FX_SPOT = 0,
FX_LOOP = 1,
FX_RANDOM = 2,
- FX_SPOT2 = 3
+
+ // These are used for FX queue bookkeeping
+ FX_SPOT2 = 3,
+ FX_LOOPING = 4
};
} // End of namespace Sword2