From dfa0d4ca64d6afadc0bc49b3fdffed975c9c5e21 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 30 Oct 2007 00:09:16 +0000 Subject: Fix compile warning. svn-id: r29321 --- engines/igor/igor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/igor') 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; -- cgit v1.2.3