]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/monsters/monster/knight.qc
Move monster model precaching/loading to the client
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / monsters / monster / knight.qc
index 17ade040af4bc595d00a1f669cc86d065c0bfddd..07701b659ab7b7592cb83d57efaaddfeded61127 100644 (file)
@@ -93,7 +93,6 @@ void spawnfunc_monster_knight ()
        
        if not (monster_initialize(
                         "Knight", MONSTER_KNIGHT,
-                        KNIGHT_MODEL,
                         KNIGHT_MIN, KNIGHT_MAX,
                         FALSE,
                         knight_die, knight_spawn))