aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.h
diff options
context:
space:
mode:
authorTravis Howell2004-02-16 02:55:23 +0000
committerTravis Howell2004-02-16 02:55:23 +0000
commitd5bf1699ca124de6959a76d3d5b75ca0beeb2ecf (patch)
tree471ea8342e9bdd2b48fb1ae7189ae87d0c15b3fe /scumm/actor.h
parent9f026bb0e12955d3100a957af6b60956a56474cc (diff)
downloadscummvm-rg350-d5bf1699ca124de6959a76d3d5b75ca0beeb2ecf.tar.gz
scummvm-rg350-d5bf1699ca124de6959a76d3d5b75ca0beeb2ecf.tar.bz2
scummvm-rg350-d5bf1699ca124de6959a76d3d5b75ca0beeb2ecf.zip
Add akos drawing offsets
svn-id: r12910
Diffstat (limited to 'scumm/actor.h')
-rw-r--r--scumm/actor.h1
1 files changed, 1 insertions, 0 deletions
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;