]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/spawn.qc
Globalsound: assert source is a player
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / spawn.qc
index dfa318fe3acd92224dcd5e35367b0fc006eeabdc..f7e2e292fbf669f6fed88a2e5677288c4af04fbc 100644 (file)
@@ -1,7 +1,6 @@
 #if defined(CSQC)
 #elif defined(MENUQC)
 #elif defined(SVQC)
-       #include "../../dpdefs/progsdefs.qh"
     #include "../util.qh"
     #include "all.qh"
     #include "sv_monsters.qh"
@@ -62,7 +61,7 @@ entity spawnmonster (string monster, float monster_id, entity spawnedby, entity
 
                e.angles_y = spawnedby.angles_y;
        }
-       
+
        // Monster_Spawn checks if monster is valid
        WITH(entity, self, e, Monster_Spawn(monster_id));