mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Removed unused variable.
This commit is contained in:
@@ -174,7 +174,6 @@ int CSoundHandler::playSound(soundBase::soundID soundID, int repeats)
|
|||||||
{
|
{
|
||||||
int channel;
|
int channel;
|
||||||
Mix_Chunk *chunk;
|
Mix_Chunk *chunk;
|
||||||
std::map<soundBase::soundID, Mix_Chunk *>::iterator it;
|
|
||||||
|
|
||||||
if (!sndh)
|
if (!sndh)
|
||||||
return -1;
|
return -1;
|
||||||
|
Reference in New Issue
Block a user