mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 01:11:15 +00:00
- simple stuff from the texture manager inclusion commit.
To get this out of the way first...
This commit is contained in:
parent
1954ac0374
commit
00e7b2fa25
16 changed files with 117 additions and 125 deletions
|
@ -87,8 +87,6 @@ void PaletteManager::DeleteAll()
|
|||
lastsindex = ~0u;
|
||||
memset(palettemap, 0, sizeof(palettemap));
|
||||
memset(palswapmap, 0, sizeof(palswapmap));
|
||||
memset(addshade, 0, sizeof(addshade));
|
||||
memset(mulshade, 0, sizeof(mulshade));
|
||||
numshades = 1;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue