- fixed compile errors pointed out by CI

This commit is contained in:
Christoph Oelckers 2020-04-19 19:05:50 +02:00
commit 8dbc727178
2 changed files with 5 additions and 4 deletions

View file

@ -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;