Skip to content
GitLab
Menu
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
51666438
Commit
51666438
authored
Apr 20, 2022
by
Richard Gobeille
Browse files
engine: fix
#242
parent
119a58e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/build/src/engine.cpp
View file @
51666438
...
...
@@ -213,7 +213,7 @@ classicht_t *tileLoadHigh(int dapicnum)
if
((
!
usehightile
)
|
((
paletteloaded
&
PALETTE_MAIN
)
!=
PALETTE_MAIN
)
|
(
tsiz
.
x
<=
0
)
|
(
tsiz
.
y
<=
0
)
|
(
!
si
/*
|| (si->flags & HICR_
INDEXED
)
!
= HICR_
INDEXED*/
)
|
(
!
si
||
(
si
->
flags
&
HICR_
ARTIMMUNITY
)
=
=
HICR_
ARTIMMUNITY
)
|
(
cht
->
lock
==
254
))
return
NULL
;
...
...
Richard Gobeille
@terminx
mentioned in commit
19a2a643
·
May 17, 2022
mentioned in commit
19a2a643
mentioned in commit 19a2a6436eca299973ba959135ffd1aaa7789166
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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