aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/ad/ad_path_point.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/ad/ad_path_point.h')
-rw-r--r--engines/wintermute/ad/ad_path_point.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/ad/ad_path_point.h b/engines/wintermute/ad/ad_path_point.h
index 58457976c8..04648b1733 100644
--- a/engines/wintermute/ad/ad_path_point.h
+++ b/engines/wintermute/ad/ad_path_point.h
@@ -42,7 +42,7 @@ public:
virtual ~AdPathPoint();
AdPathPoint *_origin;
bool _marked;
- int _distance;
+ int32 _distance;
};
} // end of namespace Wintermute