aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/ad/ad_game.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/ad/ad_game.h')
-rw-r--r--engines/wintermute/ad/ad_game.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/wintermute/ad/ad_game.h b/engines/wintermute/ad/ad_game.h
index dfb7f1fe8e..8361dad1cb 100644
--- a/engines/wintermute/ad/ad_game.h
+++ b/engines/wintermute/ad/ad_game.h
@@ -86,10 +86,10 @@ public:
AdSceneState *getSceneState(const char *filename, bool saving);
BaseViewport *_sceneViewport;
- int _texItemLifeTime;
- int _texWalkLifeTime;
- int _texStandLifeTime;
- int _texTalkLifeTime;
+ int32 _texItemLifeTime;
+ int32 _texWalkLifeTime;
+ int32 _texStandLifeTime;
+ int32 _texTalkLifeTime;
TTalkSkipButton _talkSkipButton;