sfx-legacy

This commit is contained in:
Marc Chapman 2017-07-27 00:03:53 +01:00
parent 442b200ef6
commit eb5d3cc749
3 changed files with 43 additions and 1 deletions

View file

@ -81,7 +81,7 @@ class SFXPlayList : public SFXTrack
///
/// @note To have longer playlists, simply cascade playlists and use
/// wait behaviors.
NUM_SLOTS = 16,
NUM_SLOTS = 12, // AFX (was 16)
NUM_TRANSITION_MODE_BITS = 3,
NUM_LOOP_MODE_BITS = 1,