]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/server/cl_client.qc
Switch stomach and swallow models to iqm as well, and export higher polygon versions
[voretournament/voretournament.git] / data / qcsrc / server / cl_client.qc
index 2f0b07d26b6912d3390c03a7e1a07b96e3eab0b8..757e85fc99cfbad82b41cdc743ec307fbcbde8f9 100644 (file)
@@ -521,7 +521,7 @@ float Client_customizeentityforclient()
        // now change the predator's player model into a stomach model for the prey\r
        // in other words, when a player is swallowed by another player, the predator becomes an inward stomach model so the prey can see theirself in the stomach\r
        // this is only visible to the prey however, otherwise players would appear as a floating stomach to everyone (ewww)\r
-       stomachmodel = strcat(substring(self.playermodel, 0, strlen(self.playermodel) - 4), "_stomach.md3"); // 4 is the extension length\r
+       stomachmodel = strcat(substring(self.playermodel, 0, strlen(self.playermodel) - 4), "_stomach.iqm"); // 4 is the extension length\r
 \r
        float chase;\r
        chase = other.cvar_chase_active;\r