remove playing_sounds
This commit is contained in:
@@ -15,7 +15,6 @@ class RageSoundManager
|
|||||||
/* Set of sounds that we've taken over (and are responsible for deleting
|
/* Set of sounds that we've taken over (and are responsible for deleting
|
||||||
* when they're finished playing): */
|
* when they're finished playing): */
|
||||||
set<RageSound *> owned_sounds;
|
set<RageSound *> owned_sounds;
|
||||||
set<RageSound *> playing_sounds;
|
|
||||||
|
|
||||||
/* A list of all sounds that currently exist. */
|
/* A list of all sounds that currently exist. */
|
||||||
set<RageSound *> all_sounds;
|
set<RageSound *> all_sounds;
|
||||||
|
|||||||
Reference in New Issue
Block a user