mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2026-07-24 12:21:14 -04:00
0833b474c4
RCT1/2 always set this flag when an entry is an image of any sort (as opposed to a palette entry). It may be misnamed, as both regular and compressed/"RLE" images support transparency. This modifies a single bit in the example.dat file, as expected. For convenience: 2c2 < 00000010: 0000 0000 0400 0000 0001 0501 0a01 0f01 ................ --- > 00000010: 0000 0000 0500 0000 0001 0501 0a01 0f01 ................