aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/teenagent/scene.h')
-rw-r--r--engines/teenagent/scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/teenagent/scene.h b/engines/teenagent/scene.h
index 3319c3e1f8..9177511795 100644
--- a/engines/teenagent/scene.h
+++ b/engines/teenagent/scene.h
@@ -127,7 +127,7 @@ public:
void init(TeenAgentEngine *engine, OSystem *system);
void init(int id, const Common::Point &pos);
- bool render();
+ bool render(bool tick_game, bool tick_mark, uint32 message_delta);
int getId() const { return _id; }
void warp(const Common::Point &point, byte orientation = 0);