aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/game_phantom.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/phantom/game_phantom.h')
-rw-r--r--engines/mads/phantom/game_phantom.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/mads/phantom/game_phantom.h b/engines/mads/phantom/game_phantom.h
index 600c5842a6..c99e81ee70 100644
--- a/engines/mads/phantom/game_phantom.h
+++ b/engines/mads/phantom/game_phantom.h
@@ -67,7 +67,10 @@ enum InventoryObject {
// HACK: A stub for now, remove from here once it's implemented properly
class PhantomGlobals: public Globals {
public:
- PhantomGlobals() {}
+ PhantomGlobals() {
+ resize(210); // Rex has 210 globals
+ }
+ virtual ~PhantomGlobals() {}
};
class GamePhantom: public Game {