diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/zvision/timer_node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/timer_node.h b/engines/zvision/timer_node.h index 21c344bb15..4bc8397ff0 100644 --- a/engines/zvision/timer_node.h +++ b/engines/zvision/timer_node.h @@ -48,7 +48,7 @@ public: inline bool needsSerialization() { return true; } private: - uint32 _timeLeft; + int32 _timeLeft; }; } // End of namespace ZVision |