aboutsummaryrefslogtreecommitdiff
path: root/scumm/sprite_he.h
diff options
context:
space:
mode:
authorTravis Howell2005-02-24 23:28:56 +0000
committerTravis Howell2005-02-24 23:28:56 +0000
commit685b070107feb018da8006c2005029a779ad31a9 (patch)
tree00b15423a6552bbda5a3b0fb8faa403ff0ccc457 /scumm/sprite_he.h
parent451527e2afef3cd37213961288a3efad159d362e (diff)
downloadscummvm-rg350-685b070107feb018da8006c2005029a779ad31a9.tar.gz
scummvm-rg350-685b070107feb018da8006c2005029a779ad31a9.tar.bz2
scummvm-rg350-685b070107feb018da8006c2005029a779ad31a9.zip
Rename SpriteGroup fields
svn-id: r16904
Diffstat (limited to 'scumm/sprite_he.h')
-rw-r--r--scumm/sprite_he.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/scumm/sprite_he.h b/scumm/sprite_he.h
index 14b26ab371..ed55a09503 100644
--- a/scumm/sprite_he.h
+++ b/scumm/sprite_he.h
@@ -103,10 +103,7 @@ struct SpriteInfo {
};
struct SpriteGroup {
- int field_0;
- int field_4;
- int field_8;
- int field_C;
+ Common::Rect bbox;
int field_10;
int flags;
int tx;