snd_WaveSound OK

This commit is contained in:
robojumper
2025-05-26 02:32:30 +02:00
parent 2e5c4230ea
commit 62c34af44e
6 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ namespace nw4r { namespace snd { namespace detail
/* redeclare with this class instead of BasicSound for
* SoundInstanceManager
*/
typedef ut::LinkList<SeqSound, 0xe0> PriorityLinkList;
typedef ut::LinkList<SeqSound, 0xf0> PriorityLinkList;
// nested types
public:
+1 -1
View File
@@ -40,7 +40,7 @@ namespace nw4r { namespace snd { namespace detail
/* redeclare with this class instead of BasicSound for
* SoundInstanceManager
*/
typedef ut::LinkList<StrmSound, 0xe0> PriorityLinkList;
typedef ut::LinkList<StrmSound, 0xf0> PriorityLinkList;
// methods
public:
+1 -1
View File
@@ -36,7 +36,7 @@ namespace nw4r { namespace snd { namespace detail
/* redeclare with this class instead of BasicSound for
* SoundInstanceManager
*/
typedef ut::LinkList<WaveSound, 0xe0> PriorityLinkList;
typedef ut::LinkList<WaveSound, 0xf0> PriorityLinkList;
// methods
public: