mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-05 01:00:48 +00:00
MADS: Further gcc compilation fixes
This commit is contained in:
parent
24b79dc5f1
commit
8ebb16e98a
@ -243,6 +243,8 @@ void DialogsNebular::showDialog() {
|
||||
case DIALOG_GAME_MENU:
|
||||
//GameMenuDialog::show();
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -63,6 +63,7 @@ public:
|
||||
};
|
||||
|
||||
} // End of namespace Nebular
|
||||
|
||||
} // End of namespace MADS
|
||||
|
||||
#endif /* MADS_NEBULAR_SCENES5_H */
|
||||
|
@ -35,7 +35,7 @@ namespace MADS {
|
||||
namespace Phantom {
|
||||
|
||||
enum Noun {
|
||||
NOUN_LOOK_AT = 0x0D1,
|
||||
NOUN_LOOK_AT = 0x0D1
|
||||
// TODO
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user