aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/menu.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2011-05-11 22:48:42 -0400
committerMatthew Hoops2011-05-11 22:48:42 -0400
commit866a8dddd1733734eb47091a21ccff00c416120b (patch)
tree97de61e52026113d8095e4d8669b68717c035475 /engines/pegasus/menu.cpp
parent6067a46e9d4ac580d3dca7d38dfe4cc4a6c3f0cd (diff)
downloadscummvm-rg350-866a8dddd1733734eb47091a21ccff00c416120b.tar.gz
scummvm-rg350-866a8dddd1733734eb47091a21ccff00c416120b.tar.bz2
scummvm-rg350-866a8dddd1733734eb47091a21ccff00c416120b.zip
PEGASUS: Begin work on the interface overview
Diffstat (limited to 'engines/pegasus/menu.cpp')
-rw-r--r--engines/pegasus/menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/menu.cpp b/engines/pegasus/menu.cpp
index 8f587c3095..ae8fba55e4 100644
--- a/engines/pegasus/menu.cpp
+++ b/engines/pegasus/menu.cpp
@@ -175,7 +175,7 @@ void PegasusEngine::setGameMode(int buttonSelected) {
} else {
switch (buttonSelected) {
case kInterfaceOverviewButton:
- warning("No overview just yet");
+ runInterfaceOverview();
break;
case kStartButton:
_gameMode = kMainGameMode;