mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Remove duplicate function musicclass::stopmusic()
It is an exact duplicate of musicclass::haltdasmusik(), so use that function instead and update callers. Looks like musicclass::haltdasmusik() came first, anyway (musicclass::stopmusic() was only used in editor.cpp).
This commit is contained in:
@@ -269,12 +269,6 @@ void musicclass::play(int t)
|
||||
}
|
||||
}
|
||||
|
||||
void musicclass::stopmusic()
|
||||
{
|
||||
Mix_HaltMusic();
|
||||
currentsong = -1;
|
||||
}
|
||||
|
||||
void musicclass::haltdasmusik()
|
||||
{
|
||||
Mix_HaltMusic();
|
||||
|
||||
Reference in New Issue
Block a user