]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/server/vore.qc
Switch stomach and swallow models to iqm as well, and export higher polygon versions
[voretournament/voretournament.git] / data / qcsrc / server / vore.qc
index 719a2b18a8e0c8fe9f5fe23e82ac52b0049189ca..a3ecfb558499f6f4fa0b186ae396952dd158a0c5 100644 (file)
@@ -271,7 +271,7 @@ void Vore_SwallowModel_Update(entity prey, entity pred)
 \r
        // properties that should update whenever possible, but when the predator is available\r
        string player_swallowmodel;\r
-       player_swallowmodel = strcat(substring(pred.playermodel, 0, strlen(pred.playermodel) - 4), "_swallow.md3"); // 4 is the extension length\r
+       player_swallowmodel = strcat(substring(pred.playermodel, 0, strlen(pred.playermodel) - 4), "_swallow.iqm"); // 4 is the extension length\r
        if(prey.swallow_model.model != player_swallowmodel) // player model can be changed while the predator is active\r
                setmodel(prey.swallow_model, player_swallowmodel);\r
        if(prey.swallow_model.skin != pred.skin) // player skin can be changed while the predator is active\r