aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/scenery.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/scenery.h')
-rw-r--r--engines/gob/scenery.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/gob/scenery.h b/engines/gob/scenery.h
index a1a1304d4d..03ef84e16d 100644
--- a/engines/gob/scenery.h
+++ b/engines/gob/scenery.h
@@ -41,9 +41,9 @@ public:
} PACKED_STRUCT;
struct StaticPlane {
- int8 pictIndex;
- int8 pieceIndex;
- int8 drawOrder;
+ uint8 pictIndex;
+ uint8 pieceIndex;
+ uint8 drawOrder;
int16 destX;
int16 destY;
int8 transp;