mirror of
https://github.com/zeldaret/ss
synced 2026-08-08 10:33:26 -04:00
snd_WaveSound OK
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user