]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/wall.qc
Merge branch 'master' into terencehill/newpanelhud
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / wall.qc
index 3aa140c6e87f28a70fa695f4386688fa645b7bce..7690c05f8d1f10006e898c4644f7f686732b53ca 100644 (file)
@@ -79,7 +79,7 @@ void Ent_Wall()
        {
                self.modelindex = ReadShort();
                self.solid = ReadByte();
-               self.scale = ReadByte() / 16.0;
+               self.scale = ReadShort() / 256.0;
                if(f & 0x20)
                {
                        self.mins_x = ReadCoord();