aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/tinsel/graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/graphics.cpp b/engines/tinsel/graphics.cpp
index 58cfe8f598..b6a7b1e08b 100644
--- a/engines/tinsel/graphics.cpp
+++ b/engines/tinsel/graphics.cpp
@@ -725,7 +725,7 @@ void DrawObject(DRAWOBJECT *pObj) {
byte psxMapperTable[16];
bool psxFourBitClut; // Used by Tinsel PSX, true if an image using a 4bit CLUT is rendered
- bool psxRLEindex; // Used by Tinsel PSX, true if an image is using PJCRLE compressed indexes
+ bool psxRLEindex = false; // Used by Tinsel PSX, true if an image is using PJCRLE compressed indexes
uint32 psxSkipBytes; // Used by Tinsel PSX, number of bytes to skip before counting indexes for image tiles
if ((pObj->width <= 0) || (pObj->height <= 0))