From 35c17d50663eeeecec5d14744149ac6004135a93 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sat, 31 Jan 2015 13:01:23 +0100 Subject: MADS: Janitorial - fix some else statements with braces on separate lines or extra tabs --- engines/mads/action.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/mads/action.cpp') diff --git a/engines/mads/action.cpp b/engines/mads/action.cpp index 199ae39000..628f03526f 100644 --- a/engines/mads/action.cpp +++ b/engines/mads/action.cpp @@ -567,9 +567,8 @@ void MADSAction::leftClick() { switch (userInterface._category) { case CAT_COMMAND: if (_selectedRow >= 0) { - if (_verbType == VERB_ONLY) { + if (_verbType == VERB_ONLY) _selectedAction = -1; - } else { _recentCommand = _selectedRow; _recentCommandSource = _commandSource; -- cgit v1.2.3