renamed new_1, new_2, new_3 in class Actor
svn-id: r6069
This commit is contained in:
parent
e192142dac
commit
cc5872924e
6 changed files with 19 additions and 18 deletions
|
@ -280,9 +280,9 @@ void Scumm::saveOrLoad(Serializer *s, uint32 savegameVersion)
|
|||
MKLINE(Actor, needBgReset, sleByte, VER_V8),
|
||||
MKLINE(Actor, costumeNeedsInit, sleByte, VER_V8),
|
||||
|
||||
MKLINE(Actor, new_1, sleInt16, VER_V8),
|
||||
MKLINE(Actor, new_2, sleInt16, VER_V8),
|
||||
MKLINE(Actor, new_3, sleByte, VER_V8),
|
||||
MKLINE(Actor, talkPosX, sleInt16, VER_V8),
|
||||
MKLINE(Actor, talkPosY, sleInt16, VER_V8),
|
||||
MKLINE(Actor, ignoreTurns, sleByte, VER_V8),
|
||||
|
||||
MKLINE(Actor, layer, sleByte, VER_V8),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue