Replaced value with proper constant, and named a previously un-named structure field

svn-id: r40616
This commit is contained in:
Paul Gilbert 2009-05-16 04:03:37 +00:00
parent c3cf7420bd
commit 358be385b5
3 changed files with 10 additions and 8 deletions

View file

@ -453,7 +453,7 @@ static void syncIncrust(Common::Serializer &s) {
s.syncAsSint16LE(t->overlayIdx);
s.syncAsSint16LE(t->X);
s.syncAsSint16LE(t->Y);
s.syncAsSint16LE(t->field_E);
s.syncAsSint16LE(t->frame);
s.syncAsSint16LE(t->scale);
s.syncAsSint16LE(t->backgroundIdx);
s.syncAsSint16LE(t->scriptNumber);