- Exhumed: Use 0 as transparent color index for the energy tile.

This commit is contained in:
Christoph Oelckers 2020-11-09 19:16:43 +01:00
parent a35adc45c2
commit f24786af71

View file

@ -214,7 +214,7 @@ void DoEnergyTile()
for (i = 0; i < 4096; i++)
{
if (ptrW[i] == 96) {
ptrW[i] = 255; // -1?
ptrW[i] = 0; // -1?
}
}