X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fwall.qc;fp=qcsrc%2Fclient%2Fwall.qc;h=64916ad8c17d05251f940ed0ae9e02e340ffb8bf;hb=8ad6390ede3399c03a4b3bd9ebaaa8d8ca6836ea;hp=01a86bb1ee44d2490402cac124a41b35c1229715;hpb=265a51d97ce84c63114fb8ab28de839209a1aba3;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/wall.qc b/qcsrc/client/wall.qc index 01a86bb1e..64916ad8c 100644 --- a/qcsrc/client/wall.qc +++ b/qcsrc/client/wall.qc @@ -213,11 +213,11 @@ NET_HANDLE(ENT_CLIENT_WALL, bool isnew) this.movedir_z = ReadCoord(); this.lip = ReadByte() / 255.0; } - this.fade_start = ReadShort(); - this.fade_end = ReadShort(); - this.alpha_max = ReadShort(); - this.alpha_min = ReadShort(); - this.inactive = ReadShort(); + this.fade_start = ReadByte(); + this.fade_end = ReadByte(); + this.alpha_max = ReadByte(); + this.alpha_min = ReadByte(); + this.inactive = ReadByte(); this.fade_vertical_offset = ReadShort(); BGMScript_InitEntity(this); }