From 320f1e30597d80dc217fdb9e37945a02cfb22520 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Tue, 17 Jul 2012 14:15:47 +0100 Subject: TEENAGENT: Improve readability of displayCutsceneMessage() calls. --- engines/teenagent/teenagent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/teenagent/teenagent.h') diff --git a/engines/teenagent/teenagent.h b/engines/teenagent/teenagent.h index 823f096ebc..9f51073157 100644 --- a/engines/teenagent/teenagent.h +++ b/engines/teenagent/teenagent.h @@ -104,7 +104,7 @@ public: void displayAsyncMessage(uint16 addr, uint16 position, uint16 first_frame, uint16 last_frame, byte color = 0xd1); void displayAsyncMessageInSlot(uint16 addr, byte slot, uint16 first_frame, uint16 last_frame, byte color = 0xd1); void displayCredits(uint16 addr, uint16 timer = 0); - void displayCutsceneMessage(uint16 addr, uint16 position); + void displayCutsceneMessage(uint16 addr, uint16 x, uint16 y); void moveTo(const Common::Point &dst, byte o, bool warp = false); void moveTo(uint16 x, uint16 y, byte o, bool warp = false); void moveTo(Object *obj); -- cgit v1.2.3