mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Remove extraneous semicolon from MusicTrack::MusicTrack()
I don't know how that got there...
This commit is contained in:
@@ -8,7 +8,7 @@ MusicTrack::MusicTrack(const char* fileName)
|
|||||||
m_isValid = true;
|
m_isValid = true;
|
||||||
if(m_music == NULL)
|
if(m_music == NULL)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "Unable to load Ogg Music file: %s\n", Mix_GetError());;
|
fprintf(stderr, "Unable to load Ogg Music file: %s\n", Mix_GetError());
|
||||||
m_isValid = false;
|
m_isValid = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user