initialize to NULL (just in case ;))
This commit is contained in:
parent
910753f060
commit
288c69f714
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
namespace sound {
|
||||
// Channel-chunk mapping lets us know, if we can safely free a given chunk
|
||||
std::vector<Mix_Chunk*> *channel_chunks;
|
||||
std::vector<Mix_Chunk*> *channel_chunks = NULL;
|
||||
|
||||
// Channel-id mapping for use with sound sources (to check if given source
|
||||
// is playing on a channel for fading/panning)
|
||||
|
|
Loading…
Add table
Reference in a new issue