X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmonsters%2Fsv_monsters.qh;h=9d890d7358eb71335c9f0f0e47fa40612f4853eb;hb=5e255d7a33f03f4b2d543c72c4401e13f6ecc9d5;hp=56509cf66130287530503eed396bd3a32fc2d35b;hpb=9185b58da6fe5f2b095d7066577e1e024b4d2798;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/monsters/sv_monsters.qh b/qcsrc/common/monsters/sv_monsters.qh index 56509cf66..9d890d735 100644 --- a/qcsrc/common/monsters/sv_monsters.qh +++ b/qcsrc/common/monsters/sv_monsters.qh @@ -1,8 +1,6 @@ #pragma once // stats networking -.int stat_monsters_killed; -.int stat_monsters_total; int monsters_total; int monsters_killed; @@ -72,7 +70,7 @@ void Monster_Remove(entity this); void monsters_setstatus(entity this); -bool Monster_Spawn(entity this, int mon_id); +bool Monster_Spawn(entity this, bool check_appear, int mon_id); void monster_setupcolors(entity this);