aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/game_nebular.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/nebular/game_nebular.cpp')
-rw-r--r--engines/mads/nebular/game_nebular.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/nebular/game_nebular.cpp b/engines/mads/nebular/game_nebular.cpp
index 99402748b8..459831fac1 100644
--- a/engines/mads/nebular/game_nebular.cpp
+++ b/engines/mads/nebular/game_nebular.cpp
@@ -888,7 +888,7 @@ void GameNebular::step() {
else
++_globals[kTimebombTimer];
- _globals[kTimebombClock] = (int) _scene._frameStartTime;
+ _globals[kTimebombClock] = (int)_scene._frameStartTime;
}
}