aboutsummaryrefslogtreecommitdiff
path: root/engines/bbvs
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bbvs')
-rw-r--r--engines/bbvs/bbvs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/bbvs/bbvs.h b/engines/bbvs/bbvs.h
index 5853b8074e..b429c315f7 100644
--- a/engines/bbvs/bbvs.h
+++ b/engines/bbvs/bbvs.h
@@ -157,7 +157,7 @@ struct BBPolygon {
};
struct Rect {
- int left, top, right, bottom;
+ int16 left, top, right, bottom;
};
struct SceneObject {