aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/nebular_scenes.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-05 21:36:02 -0500
committerPaul Gilbert2014-03-05 21:36:02 -0500
commit73a7140be775693533db183f353fc9c82c14fa53 (patch)
tree7185ff4097757a91be2f4add4fc640df1d18fd81 /engines/mads/nebular/nebular_scenes.h
parenta0e955d8d327afa83ad96fe1ce765eeba0ce561f (diff)
downloadscummvm-rg350-73a7140be775693533db183f353fc9c82c14fa53.tar.gz
scummvm-rg350-73a7140be775693533db183f353fc9c82c14fa53.tar.bz2
scummvm-rg350-73a7140be775693533db183f353fc9c82c14fa53.zip
MADS: Starting implementation of scene group 8
Diffstat (limited to 'engines/mads/nebular/nebular_scenes.h')
-rw-r--r--engines/mads/nebular/nebular_scenes.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/mads/nebular/nebular_scenes.h b/engines/mads/nebular/nebular_scenes.h
index 28d24f090f..1997202fbd 100644
--- a/engines/mads/nebular/nebular_scenes.h
+++ b/engines/mads/nebular/nebular_scenes.h
@@ -31,6 +31,10 @@ namespace MADS {
namespace Nebular {
+enum {
+ SEX_MALE = 0, SEX_FEMALE = 2
+};
+
enum Noun {
NOUN_BLOWGUN = 0x29,
NOUN_BURGER = 0x35,
@@ -81,7 +85,7 @@ enum Noun {
class SceneFactory {
public:
- static SceneLogic *createScene(Scene *scene);
+ static SceneLogic *createScene(MADSEngine *vm);
};
} // End of namespace Nebular