stop ScreenDemonstration music on MENU_COIN

This commit is contained in:
Chris Danford
2004-06-09 02:48:38 +00:00
parent b4b63c6f3d
commit 2241c31369
4 changed files with 39 additions and 77 deletions
+4
View File
@@ -2266,6 +2266,10 @@ void ScreenGameplay::HandleScreenMessage( const ScreenMessage SM )
default:
ASSERT(0);
}
break;
case SM_StopMusic:
m_soundMusic.Stop();
break;
}
}