aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/worldofxeen/worldofxeen_menu.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-03-05 07:21:54 -0500
committerPaul Gilbert2018-03-05 07:21:54 -0500
commitb04f038fb664fa349d0f343e279490de560e05aa (patch)
tree85a556fb13e53c8748dd384f51a7a75413f0f00c /engines/xeen/worldofxeen/worldofxeen_menu.h
parentd48275970aa78866349f20f44bacdc0aff83e57b (diff)
downloadscummvm-rg350-b04f038fb664fa349d0f343e279490de560e05aa.tar.gz
scummvm-rg350-b04f038fb664fa349d0f343e279490de560e05aa.tar.bz2
scummvm-rg350-b04f038fb664fa349d0f343e279490de560e05aa.zip
XEEN: Fixes returning to main menus after viewing intro/end cutscenes
Diffstat (limited to 'engines/xeen/worldofxeen/worldofxeen_menu.h')
-rw-r--r--engines/xeen/worldofxeen/worldofxeen_menu.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/xeen/worldofxeen/worldofxeen_menu.h b/engines/xeen/worldofxeen/worldofxeen_menu.h
index f3cee755f3..e753665f08 100644
--- a/engines/xeen/worldofxeen/worldofxeen_menu.h
+++ b/engines/xeen/worldofxeen/worldofxeen_menu.h
@@ -44,9 +44,9 @@ protected:
void draw();
/**
- * Load the background
+ * Called when the menu screen is first shown
*/
- virtual void loadBackground() = 0;
+ virtual void display() = 0;
/**
* Shows the main menu dialog
@@ -84,9 +84,9 @@ public:
class CloudsMainMenuContainer : public MainMenuContainer {
protected:
/**
- * Load the background
+ * Called when the menu screen is first shown
*/
- virtual void loadBackground();
+ virtual void display();
/**
* Shows the main menu dialog
@@ -101,9 +101,9 @@ private:
SpriteResource _background;
protected:
/**
- * Load the background
+ * Called when the menu screen is first shown
*/
- virtual void loadBackground();
+ virtual void display();
/**
* Shows the main menu dialog
@@ -116,9 +116,9 @@ public:
class WorldOfXeenMainMenuContainer : public MainMenuContainer {
protected:
/**
- * Load the background
+ * Called when the menu screen is first shown
*/
- virtual void loadBackground();
+ virtual void display();
/**
* Shows the main menu dialog