aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2002-12-25 21:42:22 +0000
committerMax Horn2002-12-25 21:42:22 +0000
commit748ac8fe378e8abdde3d42fabda36c414e2d1362 (patch)
tree317266bde878f2c3eb2c66aeccc6ffa4f36d1096 /scumm/scumm.h
parentd808e4da1f419ebcf8fb1a7554b09a867ae973ef (diff)
downloadscummvm-rg350-748ac8fe378e8abdde3d42fabda36c414e2d1362.tar.gz
scummvm-rg350-748ac8fe378e8abdde3d42fabda36c414e2d1362.tar.bz2
scummvm-rg350-748ac8fe378e8abdde3d42fabda36c414e2d1362.zip
more cleanup
svn-id: r6149
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 57651b42ef..04440e913a 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -80,8 +80,7 @@ struct MemBlkHeader {
struct VerbSlot;
-class ObjectData {
-public:
+struct ObjectData {
uint32 offs_obim_to_room;
uint32 offs_obcd_to_room;
int16 walk_x, walk_y;