From 87eb651886ef911d8026d777abec72c88ffdf32f Mon Sep 17 00:00:00 2001 From: D G Turner Date: Thu, 14 Jun 2012 00:19:34 +0100 Subject: TOON: Migrate Character API x,y coordinates and subclasses to int16. This harmonises the usage with Common::Point. --- engines/toon/drew.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/toon/drew.h') diff --git a/engines/toon/drew.h b/engines/toon/drew.h index 3357b99846..ff1b619125 100644 --- a/engines/toon/drew.h +++ b/engines/toon/drew.h @@ -35,7 +35,7 @@ public: virtual ~CharacterDrew(); bool setupPalette(); void playStandingAnim(); - void setPosition(int32 x, int32 y); + void setPosition(int16 x, int16 y); void resetScale(); void update(int32 timeIncrement); void playWalkAnim(int32 start, int32 end); -- cgit v1.2.3