]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
IQM support
authorSahil Singhal <sahil@sahil-desktop.(none)>
Sun, 28 Mar 2010 18:49:39 +0000 (14:49 -0400)
committerSahil Singhal <sahil@sahil-desktop.(none)>
Sun, 28 Mar 2010 18:49:39 +0000 (14:49 -0400)
qcsrc/server/cl_client.qc

index 593a0cac3263639dcaa373e0302ab186a358cc55..17b3f623a8b42fb4438e969dfc337192f7702a91 100644 (file)
@@ -405,6 +405,7 @@ string CheckPlayerModel(string plyermodel) {
        {
                if(substring(plyermodel,-4,4) != ".zym")
                if(substring(plyermodel,-4,4) != ".dpm")
+               if(substring(plyermodel,-4,4) != ".iqm")
                if(substring(plyermodel,-4,4) != ".md3")
                if(substring(plyermodel,-4,4) != ".psk")
                        return FallbackPlayerModel;