]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/monster/zombie.qc
Merge branch 'master' into TimePath/unified_weapons
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / monster / zombie.qc
index b9619be19ad5958c9797f8de4b1fd674f4ed2fd3..8425a123add60d29469b219c2d0f3b191a34b7de 100644 (file)
@@ -149,7 +149,7 @@ float M_Zombie_Attack(float attack_type, entity targ)
        return false;
 }
 
-void spawnfunc_monster_zombie() { Monster_Spawn(MON_ZOMBIE.monsterid); }
+spawnfunc(monster_zombie) { Monster_Spawn(MON_ZOMBIE.monsterid); }
 #endif // SVQC
 
                #ifdef SVQC