Fix eval time display again.

This commit is contained in:
Glenn Maynard
2003-09-27 04:19:51 +00:00
parent 400793d5a4
commit 3a0e7fc3df
+1 -1
View File
@@ -67,7 +67,7 @@ void MenuElements::Load( CString sClassName, bool bEnableTimer, bool bLoadStyleI
* If TIMER_SECONDS is -1, then the timer isn't shown at all. bTimerEnabled == 0
* is the same as !bTimerEnabled. Phase out bTimerEnabled and just set no timer
* in the theme. */
m_bTimerEnabled = bEnableTimer && (TIMER_SECONDS != -1);
m_bTimerEnabled = !bEnableTimer || (TIMER_SECONDS != -1);
if( m_bTimerEnabled )
{