]> 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 605fd7019a3ce04ccd885f2a2d4ca09842458bf1..1dbe824d6629929a90d053e2d9e8b71abea64160 100644 (file)
@@ -7,7 +7,7 @@ void WarpZone_Read(float isnew)
        }
        self.classname = "trigger_warpzone";
 
-       self.WarpZone_isboxy = ReadByte();
+       self.warpzone_isboxy = ReadByte();
        self.origin_x = ReadCoord();
        self.origin_y = ReadCoord();
        self.origin_z = ReadCoord();