aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/ad/ad_path.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/ad/ad_path.h')
-rw-r--r--engines/wintermute/ad/ad_path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/ad/ad_path.h b/engines/wintermute/ad/ad_path.h
index 6b043197aa..3f38355b94 100644
--- a/engines/wintermute/ad/ad_path.h
+++ b/engines/wintermute/ad/ad_path.h
@@ -47,7 +47,7 @@ public:
AdPath(BaseGame *inGame);
virtual ~AdPath();
BaseArray<BasePoint *> _points;
- int _currIndex;
+ int32 _currIndex;
bool _ready;
};