diff options
-rw-r--r-- | engines/hdb/lua-script.cpp | 2 | ||||
-rw-r--r-- | engines/hdb/mpc.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/engines/hdb/lua-script.cpp b/engines/hdb/lua-script.cpp index 5d963da2d2..082fa04fbf 100644 --- a/engines/hdb/lua-script.cpp +++ b/engines/hdb/lua-script.cpp @@ -1513,6 +1513,8 @@ struct VarInit { { MONKEYLOGOSCREEN, "PIC_MONKEYLOGOSCREEN" }, { MONKEYLOGO_OOHOOH, "PIC_MONKEYLOGO_OOHOOH" }, { MONKEYLOGO_SMILE, "PIC_MONKEYLOGO_SMILE" }, + { PIC_DEMOSCREEN, "PIC_DEMOSCREEN" }, + { PIC_DEMOSCREEN2, "PIC_DEMOSCREEN2" }, { PIC_ENV_WHITE, "PIC_ENV_WHITE" }, { PIC_TEAM_BRIAN, "PIC_TEAM_BRIAN" }, { PIC_TEAM_STEVIE, "PIC_TEAM_STEVIE" }, diff --git a/engines/hdb/mpc.h b/engines/hdb/mpc.h index 137a5b381b..6f2b734add 100644 --- a/engines/hdb/mpc.h +++ b/engines/hdb/mpc.h @@ -565,6 +565,8 @@ namespace HDB { #define MONKEYLOGOSCREEN "monkeylogoscreen" #define MONKEYLOGO_OOHOOH "monkeylogo_oohooh" #define MONKEYLOGO_SMILE "monkeylogo_smile" +#define PIC_DEMOSCREEN "pic_demoscreen" +#define PIC_DEMOSCREEN2 "pic_demoscreen2" #define BACKSCROLL_PLANET1 "backscroll_planet1" #define BACKSCROLL_PLANET2 "backscroll_planet2" #define BACKSCROLL_PLANET3 "backscroll_planet3" |