aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/teenagent.h
diff options
context:
space:
mode:
authorD G Turner2012-07-17 14:15:47 +0100
committerD G Turner2012-07-17 14:15:47 +0100
commit320f1e30597d80dc217fdb9e37945a02cfb22520 (patch)
tree74d07199cd2f1240299928f434cc4d48cff53ae5 /engines/teenagent/teenagent.h
parente181e3d499aef0570c92dadaa163d84dc511d637 (diff)
downloadscummvm-rg350-320f1e30597d80dc217fdb9e37945a02cfb22520.tar.gz
scummvm-rg350-320f1e30597d80dc217fdb9e37945a02cfb22520.tar.bz2
scummvm-rg350-320f1e30597d80dc217fdb9e37945a02cfb22520.zip
TEENAGENT: Improve readability of displayCutsceneMessage() calls.
Diffstat (limited to 'engines/teenagent/teenagent.h')
-rw-r--r--engines/teenagent/teenagent.h2
1 files changed, 1 insertions, 1 deletions
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);