]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/warpzonelib/client.qc
fix the boxiness code :P
[xonotic/xonotic-data.pk3dir.git] / qcsrc / warpzonelib / client.qc
index 3c3eaf5a3dacda1350719773fe293690f8f8e1c5..1dbe824d6629929a90d053e2d9e8b71abea64160 100644 (file)
@@ -6,6 +6,8 @@ void WarpZone_Read(float isnew)
                self.enemy.classname = "warpzone_from";
        }
        self.classname = "trigger_warpzone";
+
+       self.warpzone_isboxy = ReadByte();
        self.origin_x = ReadCoord();
        self.origin_y = ReadCoord();
        self.origin_z = ReadCoord();