- simple stuff from the texture manager inclusion commit.

To get this out of the way first...
This commit is contained in:
Christoph Oelckers 2020-05-24 00:27:24 +02:00
parent 1954ac0374
commit 00e7b2fa25
16 changed files with 117 additions and 125 deletions

View file

@ -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;