Replaced value with proper constant, and named a previously un-named structure field
svn-id: r40616
This commit is contained in:
parent
c3cf7420bd
commit
358be385b5
3 changed files with 10 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue