]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
Clean out self uses from spawnpoint code
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index 29374036cf4c4d5e7007b1d261ef1e2166e73563..1ad60e8685c844bf7a7980e1635c4a3d7cd22d6c 100644 (file)
@@ -408,7 +408,7 @@ const float ACTIVE_TOGGLE   = 3;
 
 void PlayerUseKey();
 
-USING(spawn_evalfunc_t, vector(entity player, entity spot, vector current));
+USING(spawn_evalfunc_t, vector(entity this, entity player, entity spot, vector current));
 .spawn_evalfunc_t spawn_evalfunc;
 
 string modname;