aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/game.h')
-rw-r--r--engines/gob/game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/game.h b/engines/gob/game.h
index 3264288a32..6e87d8cdd0 100644
--- a/engines/gob/game.h
+++ b/engines/gob/game.h
@@ -51,7 +51,7 @@ public:
#define szGame_TotTextItem (2 + 2)
struct TotTextItem {
- int16 offset;
+ uint16 offset;
int16 size;
} PACKED_STRUCT;