mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'reduced-palette-quick-fix' into 'master'
Reduced palette quick fix Fixes a leftover from the days of the old palette See merge request !50
This commit is contained in:
commit
1b6c1a02c9
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ static UINT8 *R_GenerateTexture(size_t texnum)
|
|||
texturememory += blocksize;
|
||||
block = Z_Malloc(blocksize+1, PU_STATIC, &texturecache[texnum]);
|
||||
|
||||
memset(block, 0xF7, blocksize+1); // Transparency hack
|
||||
memset(block, 0xFF, blocksize+1); // Transparency hack
|
||||
|
||||
// columns lookup table
|
||||
colofs = (UINT32 *)(void *)block;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue