aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/igor/igor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/igor/igor.h b/engines/igor/igor.h
index 3f17662ba3..06ae4856a8 100644
--- a/engines/igor/igor.h
+++ b/engines/igor/igor.h
@@ -218,7 +218,7 @@ struct WalkData {
struct GameStateData {
uint8 enableLight;
int8 colorLum;
- int16 counter[5];
+ int32 counter[5];
bool igorMoving;
bool dialogueTextRunning;
bool updateLight;