Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Richard Gobeille
EDuke32
Commits
b188ee81
Commit
b188ee81
authored
Jun 24, 2022
by
Richard Gobeille
Browse files
engine: fix bug in polymost_spriteHasTranslucency()
parent
89a22666
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/build/src/polymost.cpp
View file @
b188ee81
...
...
@@ -2755,7 +2755,7 @@ int32_t polymost_spriteHasTranslucency(tspritetype const * const tspr)
if
(
!
usehightile
)
return
false
;
uint8_t
pal
=
tspr
->
shade
;
uint8_t
pal
=
tspr
->
pal
;
if
(
palookup
[
pal
]
==
NULL
)
pal
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment