fixed bug amb401
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40978
This commit is contained in:
parent
c5898044c1
commit
ffc624fe54
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user