Fixed linux build... GCC likes to complain.
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40696
This commit is contained in:
parent
7125585125
commit
ab4f11e4f5
@ -383,7 +383,7 @@ bool EventManager::OnFireEvent(IGameEvent *pEvent, bool bDontBroadcast)
|
||||
/* IGameEventManager2::FireEvent post hook */
|
||||
bool EventManager::OnFireEvent_Post(IGameEvent *pEvent, bool bDontBroadcast)
|
||||
{
|
||||
IGameEvent *pEventCopy;
|
||||
IGameEvent *pEventCopy = NULL;
|
||||
EventHook *pHook;
|
||||
IChangeableForward *pForward;
|
||||
const char *name;
|
||||
|
Loading…
Reference in New Issue
Block a user