clean up attract sound counting

This commit is contained in:
Chris Danford
2004-03-20 19:15:06 +00:00
parent 040e76cecf
commit b9cb773195
2 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ public:
//
// Attract stuff
//
int m_iNumTimesThroughAttract;
int m_iNumTimesThroughAttract; // negative means play regardless of m_iAttractSoundFrequency setting
bool IsTimeToPlayAttractSounds();
};