aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/graphics/view.h')
-rw-r--r--engines/sci/graphics/view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/graphics/view.h b/engines/sci/graphics/view.h
index 5a0791a2a4..f339ca077e 100644
--- a/engines/sci/graphics/view.h
+++ b/engines/sci/graphics/view.h
@@ -30,8 +30,8 @@ namespace Sci {
struct CelInfo {
int16 width, height;
- char displaceX;
- byte displaceY;
+ int16 displaceX;
+ int16 displaceY;
byte clearKey;
uint16 offsetEGA;
uint16 offsetRLE;