]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/monsters.qc
Update zombie status while spawning
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / monsters.qc
index d5b7ca7f1875c8df2b559b1f88213ee4422b0dac..39ef4e8a11038161f8e44a0e9b6fe1063d66679e 100644 (file)
@@ -93,7 +93,7 @@ void monster_precache(float _mid)
 void Monsters_Precache()
 {
        float i;
-       for(i = MONSTER_FIRST; i <= MONSTER_LAST; ++i)
+       for(i = MONSTER_FIRST + 1; i < MONSTER_LAST; ++i)
                monster_precache(i);
 }