pull out of the header

This commit is contained in:
Glenn Maynard
2005-07-07 04:48:07 +00:00
parent 87acdcfec4
commit d1cb4322fc
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -561,6 +561,11 @@ void ScreenManager::RefreshCreditsMessages()
LOG->MapLog( "JOINED", "Players joined: %s", joined.c_str() ); LOG->MapLog( "JOINED", "Players joined: %s", joined.c_str() );
} }
void ScreenManager::ZeroNextUpdate()
{
m_bZeroNextUpdate = true;
}
/* Always play these sounds, even if we're in a silent attract loop. */ /* Always play these sounds, even if we're in a silent attract loop. */
void ScreenManager::PlayStartSound() void ScreenManager::PlayStartSound()
{ {
+1 -1
View File
@@ -67,7 +67,7 @@ public:
void PushSelf( lua_State *L ); void PushSelf( lua_State *L );
void PlaySharedBackgroundOffCommand(); void PlaySharedBackgroundOffCommand();
void ZeroNextUpdate() { m_bZeroNextUpdate = true; } void ZeroNextUpdate();
private: private:
// //
// in draw order first to last // in draw order first to last