From 8ebb16e98a6bd23849d2f4fe7df57ac89b6b2cb0 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 4 May 2014 18:46:18 -0400 Subject: [PATCH] MADS: Further gcc compilation fixes --- engines/mads/nebular/dialogs_nebular.cpp | 2 ++ engines/mads/nebular/nebular_scenes.cpp | 1 + engines/mads/nebular/nebular_scenes5.h | 1 + engines/mads/phantom/phantom_scenes.h | 2 +- 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/engines/mads/nebular/dialogs_nebular.cpp b/engines/mads/nebular/dialogs_nebular.cpp index 8ef64008cc4..e6e3151472c 100644 --- a/engines/mads/nebular/dialogs_nebular.cpp +++ b/engines/mads/nebular/dialogs_nebular.cpp @@ -243,6 +243,8 @@ void DialogsNebular::showDialog() { case DIALOG_GAME_MENU: //GameMenuDialog::show(); break; + default: + break; } } diff --git a/engines/mads/nebular/nebular_scenes.cpp b/engines/mads/nebular/nebular_scenes.cpp index 0574ba9f297..a449cb6233f 100644 --- a/engines/mads/nebular/nebular_scenes.cpp +++ b/engines/mads/nebular/nebular_scenes.cpp @@ -32,6 +32,7 @@ #include "mads/nebular/nebular_scenes2.h" #include "mads/nebular/nebular_scenes3.h" #include "mads/nebular/nebular_scenes4.h" +#include "mads/nebular/nebular_scenes5.h" #include "mads/nebular/nebular_scenes8.h" namespace MADS { diff --git a/engines/mads/nebular/nebular_scenes5.h b/engines/mads/nebular/nebular_scenes5.h index 2748f248d21..562cfdfd76a 100644 --- a/engines/mads/nebular/nebular_scenes5.h +++ b/engines/mads/nebular/nebular_scenes5.h @@ -63,6 +63,7 @@ public: }; } // End of namespace Nebular + } // End of namespace MADS #endif /* MADS_NEBULAR_SCENES5_H */ diff --git a/engines/mads/phantom/phantom_scenes.h b/engines/mads/phantom/phantom_scenes.h index 647671040c3..9df8063cd49 100644 --- a/engines/mads/phantom/phantom_scenes.h +++ b/engines/mads/phantom/phantom_scenes.h @@ -35,7 +35,7 @@ namespace MADS { namespace Phantom { enum Noun { - NOUN_LOOK_AT = 0x0D1, + NOUN_LOOK_AT = 0x0D1 // TODO };