mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'hw-encore-goof' into 'master'
HWR_ProjectSprite: Fix messed up encore remap check (resolves #1224) Closes #1224 See merge request KartKrew/Kart!2286
This commit is contained in:
commit
fa19f0697b
1 changed files with 1 additions and 1 deletions
|
|
@ -5098,7 +5098,7 @@ static void HWR_ProjectSprite(mobj_t *thing)
|
|||
{
|
||||
vis->colormap = colormaps;
|
||||
|
||||
if (encoremap && (thing->flags & (MF_SCENERY|MF_NOTHINK)) && !(thing->flags & MF_DONTENCOREMAP))
|
||||
if (encoremap && !(thing->flags & MF_DONTENCOREMAP))
|
||||
vis->colormap += COLORMAP_REMAPOFFSET;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue