aboutsummaryrefslogtreecommitdiff
path: root/src/engineapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/engineapi.c')
-rw-r--r--src/engineapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engineapi.c b/src/engineapi.c
index 62a4eb1..a8f4167 100644
--- a/src/engineapi.c
+++ b/src/engineapi.c
@@ -118,7 +118,7 @@ bool engineapi_init(int pluginver) {
return true;
}
-void engineapi_lateinit(void) {
+void engineapi_lateinit() {
// from AM L4D2 SDK headers:
// > SENDPROP_VECTORELEM makes [the offset] negative to start with so we
// > can detect that and set the SPROP_IS_VECTOR_ELEM flag.