look at PLAY_MUSIC when calculating whether or not to stop the music

This commit is contained in:
Chris Danford
2005-03-21 01:14:30 +00:00
parent dfee85c3fd
commit 348cf4d15c
3 changed files with 11 additions and 12 deletions
+3 -1
View File
@@ -37,11 +37,13 @@ protected:
AutoActor m_autoFooter;
HelpDisplay *m_textHelp;
AutoActor m_sprOverlay;
ThemeMetric<LuaExpression> m_FirstUpdateCommand;
Transition m_In;
Transition m_Out;
Transition m_Cancel;
ThemeMetric<LuaExpression> FIRST_UPDATE_COMMAND;
ThemeMetric<bool> PLAY_MUSIC;
};
#endif