mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
Fix a problem with model skins introduced by highpal. Liztroops would turn blue on death.
git-svn-id: https://svn.eduke32.com/eduke32@1759 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
07ca533c4d
commit
8d01b7f403
1 changed files with 1 additions and 1 deletions
|
@ -3973,7 +3973,7 @@ static void polymer_drawmdsprite(spritetype *tspr)
|
||||||
foundpalskin = 1;
|
foundpalskin = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!foundpalskin) {
|
if (!foundpalskin && usinghighpal) {
|
||||||
// We don't have a specific skin defined for this palette
|
// We don't have a specific skin defined for this palette
|
||||||
// Use the base skin instead and plug in our highpalookup map
|
// Use the base skin instead and plug in our highpalookup map
|
||||||
targetpal = 0;
|
targetpal = 0;
|
||||||
|
|
Loading…
Reference in a new issue