aboutsummaryrefslogtreecommitdiff
path: root/gob/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'gob/game.h')
-rw-r--r--gob/game.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gob/game.h b/gob/game.h
index cf4c9ee5be..fe5801d1dd 100644
--- a/gob/game.h
+++ b/gob/game.h
@@ -44,8 +44,8 @@ typedef struct Game_ExtTable {
#define szGame_TotResItem (4 + 2 + 2 + 2)
typedef struct Game_TotResItem {
- int32 offset; // if > 0, then offset from end of resource table.
- // If < 0, then -offset-1 is index in .IM file table
+ int32 offset; // if > 0, then offset from end of resource table.
+ // If < 0, then -offset-1 is index in .IM file table
int16 size;
int16 width;
int16 height;