From: Nick Bowler Date: Fri, 11 May 2012 23:39:36 +0000 (-0400) Subject: engine: Fix off-by-one in PCX run-length encoder. X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/commitdiff_plain/bd129e23c58d0d56f3c587a3c06c52de43ad908c?hp=bd129e23c58d0d56f3c587a3c06c52de43ad908c engine: Fix off-by-one in PCX run-length encoder. Runs of 64 bytes are invalid, but the encoder would emit them anyway (which get subsequently interpreted as a run of 0). This obviously causes some textures to export incorrectly. We can now export all of UTtech2.utx! ---