aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/action.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-04-15 19:28:29 -0400
committerPaul Gilbert2014-04-15 19:28:29 -0400
commit7b907be93775167eab8efab45bea3b9a2776e288 (patch)
tree5637e0c2adc76e044b2129309df58e8fe470e2a4 /engines/mads/action.cpp
parent3db3aced02bd028b41939818b5aa1028733886f3 (diff)
downloadscummvm-rg350-7b907be93775167eab8efab45bea3b9a2776e288.tar.gz
scummvm-rg350-7b907be93775167eab8efab45bea3b9a2776e288.tar.bz2
scummvm-rg350-7b907be93775167eab8efab45bea3b9a2776e288.zip
MADS: General cleanup and minor renamings
Diffstat (limited to 'engines/mads/action.cpp')
-rw-r--r--engines/mads/action.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/mads/action.cpp b/engines/mads/action.cpp
index 2d3c1159ff..2da3c5201e 100644
--- a/engines/mads/action.cpp
+++ b/engines/mads/action.cpp
@@ -585,8 +585,7 @@ void MADSAction::leftClick() {
if (_prepType) {
_articleNumber = _prepType;
_interAwaiting = AWAITING_THAT;
- }
- else {
+ } else {
_selectedAction = -1;
}