timelimit function now gets initialized
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401414
This commit is contained in:
parent
293705f63f
commit
641041b906
@ -63,6 +63,11 @@ void ITimer::Initialize(ITimedEvent *pCallbacks, float fInterval, float fToExec,
|
||||
m_KillMe = false;
|
||||
}
|
||||
|
||||
TimerSystem::TimerSystem()
|
||||
{
|
||||
m_fnTimeLeft = NULL;
|
||||
}
|
||||
|
||||
TimerSystem::~TimerSystem()
|
||||
{
|
||||
CStack<ITimer *>::iterator iter;
|
||||
|
@ -62,6 +62,7 @@ class TimerSystem :
|
||||
public SMGlobalClass
|
||||
{
|
||||
public:
|
||||
TimerSystem();
|
||||
~TimerSystem();
|
||||
public: //SMGlobalClass
|
||||
void OnSourceModAllInitialized();
|
||||
|
Loading…
Reference in New Issue
Block a user