aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/timer_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/zvision/timer_node.h')
-rw-r--r--engines/zvision/timer_node.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/zvision/timer_node.h b/engines/zvision/timer_node.h
index 2caf43ad3c..4a9c95d72b 100644
--- a/engines/zvision/timer_node.h
+++ b/engines/zvision/timer_node.h
@@ -44,7 +44,9 @@ public:
bool process(uint32 deltaTimeInMillis);
void serialize(Common::WriteStream *stream);
void deserialize(Common::SeekableReadStream *stream);
- inline bool needsSerialization() { return true; }
+ inline bool needsSerialization() {
+ return true;
+ }
private:
int32 _timeLeft;