- fixed compile errors pointed out by CI
This commit is contained in:
parent
88d5bf6877
commit
8dbc727178
2 changed files with 5 additions and 4 deletions
|
|
@ -98,7 +98,8 @@ class FGameTexture
|
|||
int shaderindex = 0;
|
||||
|
||||
int flags = 0;
|
||||
uint8_t warped = 0, expandSprite = -1;
|
||||
uint8_t warped = 0;
|
||||
int8_t expandSprite = -1;
|
||||
uint16_t GlowHeight;
|
||||
PalEntry GlowColor = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue