]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/warpzone/util_server.qh
Clean up self uses in weapon dropping code, also switch EXACTTRIGGER_INIT over to...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / warpzone / util_server.qh
index 75df5d862656b06141a03fdb850506320fbe987f..5c94d4319f210836bef113af9079d57bd354bc6c 100644 (file)
@@ -4,6 +4,6 @@
 float WarpZoneLib_MoveOutOfSolid(entity e);
 float WarpZoneLib_ExactTrigger_Touch();
 #ifdef SVQC
-void WarpZoneLib_ExactTrigger_Init();
+void WarpZoneLib_ExactTrigger_Init(entity this);
 #endif
 #endif