]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove useless spawnmonster definition
authorMario <mario.mario@y7mail.com>
Thu, 29 Aug 2013 12:47:05 +0000 (22:47 +1000)
committerMario <mario.mario@y7mail.com>
Thu, 29 Aug 2013 12:47:05 +0000 (22:47 +1000)
qcsrc/server/command/cmd.qh

index 45d1f7584cef1663b5d6909d67714092360eaea5..120bf3e02ebfd3a4ab0154490d5d2114d8b60ae4 100644 (file)
@@ -13,7 +13,5 @@ float totalspawned;
 
 string MapVote_Suggest(string m);
 
-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);