diff options
Diffstat (limited to 'engines/mads/dragonsphere/game_dragonsphere.h')
-rw-r--r-- | engines/mads/dragonsphere/game_dragonsphere.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/mads/dragonsphere/game_dragonsphere.h b/engines/mads/dragonsphere/game_dragonsphere.h index c5d6c0dd70..259c4168c1 100644 --- a/engines/mads/dragonsphere/game_dragonsphere.h +++ b/engines/mads/dragonsphere/game_dragonsphere.h @@ -91,7 +91,9 @@ enum InventoryObject { // HACK: A stub for now, remove from here once it's implemented properly class DragonsphereGlobals: public Globals { public: - DragonsphereGlobals() {} + DragonsphereGlobals() { + resize(210); // Rex has 210 globals + } virtual ~DragonsphereGlobals() {} }; |