]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/monsters/monster/wizard.qc
Move monster model precaching/loading to the client
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / monsters / monster / wizard.qc
index 58c0fe0ed2689c121df181388f8c378fd35c6d6d..301f91e7c8ca547716e94d9efa77c725000c74bb 100644 (file)
@@ -164,7 +164,6 @@ void spawnfunc_monster_wizard ()
        
        if not (monster_initialize(
                         "Scrag", MONSTER_SCRAG,
-                        WIZARD_MODEL,
                         WIZARD_MIN, WIZARD_MAX,
                         TRUE,
                         wizard_die, wizard_spawn))