aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/dragonsphere
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/dragonsphere')
-rw-r--r--engines/mads/dragonsphere/dragonsphere_scenes.h2
-rw-r--r--engines/mads/dragonsphere/game_dragonsphere.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/engines/mads/dragonsphere/dragonsphere_scenes.h b/engines/mads/dragonsphere/dragonsphere_scenes.h
index 596a59e879..cf42dab0ba 100644
--- a/engines/mads/dragonsphere/dragonsphere_scenes.h
+++ b/engines/mads/dragonsphere/dragonsphere_scenes.h
@@ -35,7 +35,7 @@ namespace MADS {
namespace Dragonsphere {
enum Noun {
- NOUN_LOOK_AT = 0x0D1,
+ NOUN_LOOK_AT = 0x0D1
// TODO
};
diff --git a/engines/mads/dragonsphere/game_dragonsphere.h b/engines/mads/dragonsphere/game_dragonsphere.h
index dd96146285..2bfcde1c63 100644
--- a/engines/mads/dragonsphere/game_dragonsphere.h
+++ b/engines/mads/dragonsphere/game_dragonsphere.h
@@ -43,6 +43,7 @@ enum InventoryObject { OBJ_NONE = -1
class DragonsphereGlobals: public Globals {
public:
DragonsphereGlobals() {}
+ virtual ~DragonsphereGlobals() {}
};
class GameDragonsphere: public Game {