diff options
Diffstat (limited to 'engines/zvision/action_node.h')
-rw-r--r-- | engines/zvision/action_node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/action_node.h b/engines/zvision/action_node.h index 324dba279d..5b4430c3a4 100644 --- a/engines/zvision/action_node.h +++ b/engines/zvision/action_node.h @@ -37,7 +37,7 @@ public: class NodeTimer : public ActionNode { public: - NodeTimer(uint32 key, uint32 timeInSeconds); + NodeTimer(uint32 key, uint timeInSeconds); /** * Decrement the timer by the delta time. If the timer is finished, set the status * in _globalState and let this node be deleted |