From 243e6b2d2711da4901110868c7bd8e4d9d20a74d Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Tue, 13 Jun 2006 08:10:54 +0000 Subject: Fixing Scenery::_statics, Game::_totTextData and Game::_totResourceTable svn-id: r23078 --- engines/gob/game.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'engines/gob/game.h') diff --git a/engines/gob/game.h b/engines/gob/game.h index 426d081fc7..9ffc1b103d 100644 --- a/engines/gob/game.h +++ b/engines/gob/game.h @@ -58,7 +58,8 @@ public: struct TotResTable { int16 itemsCount; byte unknown; - TotResItem items[1]; + TotResItem *items; + char *dataPtr; } GCC_PACK; #define szGame_ExtItem (4 + 2 + 2 + 2) @@ -85,7 +86,8 @@ public: #define szGame_TotTextTable (2) struct TotTextTable { int16 itemsCount; - TotTextItem items[1]; + TotTextItem *items; + char *dataPtr; } GCC_PACK; struct InputDesc { -- cgit v1.2.3