no message

This commit is contained in:
Chris Danford
2002-05-27 08:23:27 +00:00
parent 8549236385
commit b723efdaba
79 changed files with 1728 additions and 1620 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ void ScreenManager::Draw()
if( m_textSystemMessage.GetDiffuseColor().a != 0 )
m_textSystemMessage.Draw();
if( PREFS && PREFS->m_GameOptions.m_bShowFPS )
if( PREFSMAN && PREFSMAN->m_bShowFPS )
{
m_textFPS.SetText( ssprintf("%3.0f FPS", DISPLAY->GetFPS()) );
m_textFPS.Draw();