]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/cmd.qh
Allow spawning monsters by ID & remove spawn list
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / cmd.qh
index b0118c5cf327503b77ee3245f3b9082cd4a37b72..45d1f7584cef1663b5d6909d67714092360eaea5 100644 (file)
@@ -13,7 +13,7 @@ float totalspawned;
 
 string MapVote_Suggest(string m);
 
-entity spawnmonster(string monster, entity spawnedby, entity own, vector orig, float respwn, float moveflag);
+entity spawnmonster(string monster, float mnster, entity spawnedby, entity own, vector orig, float respwn, float moveflag);
 
 // used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file
 void ClientCommand_macro_write_aliases(float fh);