X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmonsters%2Fsv_monsters.qh;h=9d890d7358eb71335c9f0f0e47fa40612f4853eb;hb=f8cd0686b2a5e6af575d50b47153426d8fbea754;hp=56509cf66130287530503eed396bd3a32fc2d35b;hpb=6585b5a8ef2ce4ee66826df826a6c759bd815cb8;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);