Fabian Greffrath 37767f4858 fix TRANMAP caching
When reading a TRANMAP lump in from a file, only the first 256 bytes
of the current palette are compared to the palette for which the
TRANMAP was created. An entire palette, though, consists of 256 RGB
tripel and is thus 3*256 bytes long. Thus, only the first third of
both palettes are compared and if these happen to match, translucency
will look glitched.

Fix this by comparing and writing out the entire palette to the cache
file.
2020-01-13 08:28:17 +01:00
2020-01-13 08:28:17 +01:00
2016-08-20 08:24:31 -07:00
2020-01-08 14:22:48 +01:00
2020-01-08 14:14:07 +01:00
2020-01-08 14:14:07 +01:00
2016-08-19 21:41:36 +02:00
2008-06-16 19:08:27 -05:00
Description
Woof! is a continuation of the Boom/MBF bloodline of Doom source ports.
67 MiB
Languages
C 98.9%
CMake 0.9%
Python 0.2%