summaryrefslogtreecommitdiffhomepage
path: root/src/sst.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sst.h')
-rw-r--r--src/sst.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sst.h b/src/sst.h
index d432480..a959e00 100644
--- a/src/sst.h
+++ b/src/sst.h
@@ -21,8 +21,8 @@
/* misc stuff that doesn't belong anywhere else */
-DECL_EVENT(ClientActive)
-DECL_EVENT(Tick)
+DECL_EVENT(ClientActive, struct edict */*player*/)
+DECL_EVENT(Tick, bool /*simulating*/)
extern void *clientlib;