aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.cpp
diff options
context:
space:
mode:
authorMax Horn2002-07-13 12:02:10 +0000
committerMax Horn2002-07-13 12:02:10 +0000
commit9514e7012e1f00cf68ac4f146812bf867edd7d53 (patch)
treebec4f1a2125c2c9f3177d120749374ed1847e009 /gui/dialog.cpp
parent198d667d1ede63580ba38b5f2084bc5c85c01ee8 (diff)
downloadscummvm-rg350-9514e7012e1f00cf68ac4f146812bf867edd7d53.tar.gz
scummvm-rg350-9514e7012e1f00cf68ac4f146812bf867edd7d53.tar.bz2
scummvm-rg350-9514e7012e1f00cf68ac4f146812bf867edd7d53.zip
some cleanup
svn-id: r4534
Diffstat (limited to 'gui/dialog.cpp')
-rw-r--r--gui/dialog.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/dialog.cpp b/gui/dialog.cpp
index 9f399564f8..828a630168 100644
--- a/gui/dialog.cpp
+++ b/gui/dialog.cpp
@@ -212,9 +212,10 @@ void SaveLoadDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 dat
{
switch (cmd) {
case kSaveCmd:
+ //printf("Saving game in slot %d\n", _savegameList->getSelected());
break;
case kLoadCmd:
- //printf("Saving game in slot %d\n", _savegameList->getSelected());
+ //printf("Loading game in slot %d\n", _savegameList->getSelected());
break;
case kPlayCmd:
close();