Add ability to change dontBroadcast status on hooked events (bug 3886, r=ds).

This commit is contained in:
David Anderson
2009-12-19 18:16:41 -08:00
parent fe405df704
commit 02a99f1e51
6 changed files with 74 additions and 3 deletions
+1
View File
@@ -53,6 +53,7 @@ struct EventInfo
}
IGameEvent *pEvent;
IdentityToken_t *pOwner;
bool bDontBroadcast;
};
struct EventHook