fixed bug amb401

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40978
This commit is contained in:
David Anderson 2007-06-17 18:48:46 +00:00
parent c5898044c1
commit ffc624fe54

View File

@ -394,7 +394,7 @@ void SourceModBase::GameFrame(bool simulating)
g_LastTime = curtime; g_LastTime = curtime;
} }
if (g_SimTicks.tickcount && (curtime - g_LastMenuTime >= 1.0f)) if (g_SimTicks.ticking && curtime - g_LastMenuTime >= 1.0f)
{ {
g_ValveMenuStyle.ProcessWatchList(); g_ValveMenuStyle.ProcessWatchList();
g_RadioMenuStyle.ProcessWatchList(); g_RadioMenuStyle.ProcessWatchList();