]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge commit 'origin/diabolik/iqmsupport'
authorRudolf Polzer <rpolzer@grawp.(none)>
Sun, 28 Mar 2010 18:51:56 +0000 (20:51 +0200)
committerRudolf Polzer <rpolzer@grawp.(none)>
Sun, 28 Mar 2010 18:51:56 +0000 (20:51 +0200)
qcsrc/server/cl_client.qc

index 0b6f3fd0b151f1bb0bfa38c59c2bce0adbb1e103..ef83ef63543c7dc1a77c1633be408fb5ba45a0c1 100644 (file)
@@ -408,6 +408,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;