mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 20:40:47 +00:00
- Exhumed: Partially address issues with LEV20 energy towers in #159.
This commit is contained in:
parent
8178d20f97
commit
9e026d5042
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ void DoEnergyTile()
|
||||||
auto energy1 = TileFiles.tileMakeWritable(kEnergy1);
|
auto energy1 = TileFiles.tileMakeWritable(kEnergy1);
|
||||||
auto energy2 = TileFiles.tileMakeWritable(kEnergy2);
|
auto energy2 = TileFiles.tileMakeWritable(kEnergy2);
|
||||||
uint8_t* ptr1 = energy1 + 1984;
|
uint8_t* ptr1 = energy1 + 1984;
|
||||||
uint8_t* ptr2 = energy2 + 2048;
|
uint8_t* ptr2 = energy1 + 2048;
|
||||||
|
|
||||||
short nColor = nButtonColor + 161;
|
short nColor = nButtonColor + 161;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue