]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/spawn.qc
Remove unused SELFPARAM()
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / spawn.qc
index 70459263f1087da264e10fe71d95b218bbf59279..5e1af3df7d305198f93ee75bf27875a78816454b 100644 (file)
@@ -9,7 +9,7 @@
     #include <server/defs.qh>
 #endif
 entity spawnmonster (string monster, float monster_id, entity spawnedby, entity own, vector orig, float respwn, float invincible, float moveflag)
-{SELFPARAM();
+{
        float i;
        entity e = spawn();