aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/fights.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/fights.cpp')
-rw-r--r--engines/lure/fights.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/lure/fights.cpp b/engines/lure/fights.cpp
index 374ea22c26..836c109ca7 100644
--- a/engines/lure/fights.cpp
+++ b/engines/lure/fights.cpp
@@ -335,8 +335,7 @@ void FightsManager::fightHandler(Hotspot &h, uint16 moveOffset) {
return;
}
- switch (moveValue)
- {
+ switch (moveValue) {
case 0xFFFA:
// Walk left
if ((fighter.fwmove_number == 5) || (fighter.fwmove_number == 10)) {