aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/game_phantom.h
diff options
context:
space:
mode:
authorFilippos Karapetis2014-10-14 02:03:53 +0300
committerFilippos Karapetis2014-10-14 02:03:53 +0300
commitf83b839e21c6f79a008c34666ddd96d8fdc3b15c (patch)
treed0c4b4c5c4db6d40458a6321fde2aecc48b69918 /engines/mads/phantom/game_phantom.h
parente6a14f403ff3bf0b42eae8fb91086ddec0e48752 (diff)
downloadscummvm-rg350-f83b839e21c6f79a008c34666ddd96d8fdc3b15c.tar.gz
scummvm-rg350-f83b839e21c6f79a008c34666ddd96d8fdc3b15c.tar.bz2
scummvm-rg350-f83b839e21c6f79a008c34666ddd96d8fdc3b15c.zip
MADS: Initial implementation of the Phantom globals class
Diffstat (limited to 'engines/mads/phantom/game_phantom.h')
-rw-r--r--engines/mads/phantom/game_phantom.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/engines/mads/phantom/game_phantom.h b/engines/mads/phantom/game_phantom.h
index 99cc2c1230..654ec86ba3 100644
--- a/engines/mads/phantom/game_phantom.h
+++ b/engines/mads/phantom/game_phantom.h
@@ -26,7 +26,7 @@
#include "common/scummsys.h"
#include "mads/game.h"
#include "mads/globals.h"
-//#include "mads/nebular/globals_nebular.h"
+#include "mads/phantom/globals_phantom.h"
namespace MADS {
@@ -64,15 +64,6 @@ enum InventoryObject {
OBJ_OAR = 24
};
-// HACK: A stub for now, remove from here once it's implemented properly
-class PhantomGlobals : public Globals {
-public:
- PhantomGlobals() {
- resize(210); // Rex has 210 globals
- }
- virtual ~PhantomGlobals() {}
-};
-
class GamePhantom : public Game {
friend class Game;
protected: