aboutsummaryrefslogtreecommitdiff
path: root/saga/itedata.h
diff options
context:
space:
mode:
authorAndrew Kurushin2005-03-18 17:11:37 +0000
committerAndrew Kurushin2005-03-18 17:11:37 +0000
commit3025db0d07c9bfa9f8cda8ff49847287230f166d (patch)
treebc9d21940950460dce0f3bfaf35c311fd3c30430 /saga/itedata.h
parentb4ed62e1ad7ed6f3d4d68b8e34a9263229d14dad (diff)
downloadscummvm-rg350-3025db0d07c9bfa9f8cda8ff49847287230f166d.tar.gz
scummvm-rg350-3025db0d07c9bfa9f8cda8ff49847287230f166d.tar.bz2
scummvm-rg350-3025db0d07c9bfa9f8cda8ff49847287230f166d.zip
- changescene on fair for tents
- some memory deallocation fixup todo: fix follower stuckiness in tents svn-id: r17180
Diffstat (limited to 'saga/itedata.h')
-rw-r--r--saga/itedata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/itedata.h b/saga/itedata.h
index 299cc365db..d604dfc4fd 100644
--- a/saga/itedata.h
+++ b/saga/itedata.h
@@ -71,7 +71,7 @@ struct ObjectTableData {
int16 x;
int16 y;
int16 z;
- int32 spriteListResourceId;
+ int32 frameNumber;
byte scriptEntrypointNumber;
uint16 interactBits;
};