X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmonsters%2Fspawn.qc;h=f7e2e292fbf669f6fed88a2e5677288c4af04fbc;hb=b003ca9abf1bd24bf5edc3587e3931c39809202e;hp=dfa318fe3acd92224dcd5e35367b0fc006eeabdc;hpb=a240e0309a8ec5837f3ac3d37c168f5262e53d5b;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/monsters/spawn.qc b/qcsrc/common/monsters/spawn.qc index dfa318fe3..f7e2e292f 100644 --- a/qcsrc/common/monsters/spawn.qc +++ b/qcsrc/common/monsters/spawn.qc @@ -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));