diff options
author | Borja Lorente | 2016-08-16 12:52:21 +0200 |
---|---|---|
committer | Borja Lorente | 2016-08-19 16:30:24 +0200 |
commit | fa815e73adb88bfd42eb2bec8b2afabbc0e8d7ad (patch) | |
tree | b586936a73db47f745c9506f0a236f09051af272 /engines/macventure | |
parent | 8bea8ecb17d6615b8bf095b31cb41d2201f8f8a5 (diff) | |
download | scummvm-rg350-fa815e73adb88bfd42eb2bec8b2afabbc0e8d7ad.tar.gz scummvm-rg350-fa815e73adb88bfd42eb2bec8b2afabbc0e8d7ad.tar.bz2 scummvm-rg350-fa815e73adb88bfd42eb2bec8b2afabbc0e8d7ad.zip |
MACVENTURE: Fix indentation
Diffstat (limited to 'engines/macventure')
-rw-r--r-- | engines/macventure/dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/macventure/dialog.cpp b/engines/macventure/dialog.cpp index 7c375d425c..ab77f119ea 100644 --- a/engines/macventure/dialog.cpp +++ b/engines/macventure/dialog.cpp @@ -49,7 +49,7 @@ void Dialog::handleDialogAction(DialogElement *trigger, DialogAction action) { case kDACloseDialog: _gui->closeDialog(); break; - case kDASubmit: + case kDASubmit: _gui->setTextInput(_userInput); _gui->closeDialog(); break; |