mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 00:41:55 +00:00
- Exhumed: Use 0 as transparent color index for the energy tile.
This commit is contained in:
parent
a35adc45c2
commit
f24786af71
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ void DoEnergyTile()
|
|||
for (i = 0; i < 4096; i++)
|
||||
{
|
||||
if (ptrW[i] == 96) {
|
||||
ptrW[i] = 255; // -1?
|
||||
ptrW[i] = 0; // -1?
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue