aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.cpp
diff options
context:
space:
mode:
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();