1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Fix initialization of the sounds array

This commit is contained in:
Mathieu Schroeter 2017-02-11 18:11:08 +01:00
parent 6af7270020
commit 617b9f8fc2

View File

@ -43,6 +43,8 @@ CSound::CSound()
{ {
m_channelBlupi[i] = -1; m_channelBlupi[i] = -1;
} }
memset (m_lpSDL, 0, sizeof (m_lpSDL));
} }
// Destructeur. // Destructeur.