aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/sequence2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/sequence2.cpp')
-rw-r--r--engines/avalanche/sequence2.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/avalanche/sequence2.cpp b/engines/avalanche/sequence2.cpp
index 2d9bd25550..1eb97a85a8 100644
--- a/engines/avalanche/sequence2.cpp
+++ b/engines/avalanche/sequence2.cpp
@@ -91,11 +91,11 @@ void Sequence::call_sequencer() {
case 0:
return;
break; /* No more routines. */
- case 177: {
+ case 177:
_vm->_gyro.dna.user_moves_avvy = true;
_vm->_trip.fliproom(_vm->_gyro.dna.flip_to_where, _vm->_gyro.dna.flip_to_ped); /* 177 = Flip room. */
- if (seq[0] == 177) shove_left();
- }
+ if (seq[0] == 177)
+ shove_left();
break;
}