From d5bf1699ca124de6959a76d3d5b75ca0beeb2ecf Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 16 Feb 2004 02:55:23 +0000 Subject: Add akos drawing offsets svn-id: r12910 --- scumm/actor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scumm/actor.h') diff --git a/scumm/actor.h b/scumm/actor.h index 2175534778..74767d35ee 100644 --- a/scumm/actor.h +++ b/scumm/actor.h @@ -83,6 +83,7 @@ public: public: Common::Point _pos; + int offs_x, offs_y; int top, bottom; uint width; byte number; -- cgit v1.2.3