]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/monsters/monster/hknight.qc
Move monster model precaching/loading to the client
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / monsters / monster / hknight.qc
index fca42d953a88da9e4a7c535aaf9b39b4abd6010f..f231b0c06b1a6ded3e0dcdcceb203692687019c7 100644 (file)
@@ -450,7 +450,6 @@ void spawnfunc_monster_hell_knight ()
        
        if not (monster_initialize(
                         "Hell-knight", MONSTER_HELLKNIGHT,
-                        HELLKNIGHT_MODEL,
                         HELLKNIGHT_MIN, HELLKNIGHT_MAX,
                         FALSE,
                         hellknight_die, hellknight_spawn))