aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/bomb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/bomb.cpp')
-rw-r--r--engines/titanic/game/bomb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/game/bomb.cpp b/engines/titanic/game/bomb.cpp
index d9eb737c34..40651c0a88 100644
--- a/engines/titanic/game/bomb.cpp
+++ b/engines/titanic/game/bomb.cpp
@@ -374,7 +374,7 @@ bool CBomb::TimerMsg(CTimerMsg *msg) {
addTimer(0, 100, 0);
return true;
}
-
+
if (msg->_actionVal == 0) {
addTimer(1, 1000, 0);
} else {
@@ -459,7 +459,7 @@ bool CBomb::TimerMsg(CTimerMsg *msg) {
--_countdown;
addTimer(0, 1000, 0);
}
-
+
return true;
}