Patch 671701: SO_TALK_FREQUENCY
svn-id: r6547
This commit is contained in:
parent
3dc0535a6b
commit
8d9b84b98e
6 changed files with 14 additions and 6 deletions
|
@ -247,6 +247,7 @@ void Scumm::saveOrLoad(Serializer *s, uint32 savegameVersion)
|
|||
MKLINE(Actor, costume, sleUint16, VER_V8),
|
||||
MKLINE(Actor, room, sleByte, VER_V8),
|
||||
MKLINE(Actor, talkColor, sleByte, VER_V8),
|
||||
MKLINE(Actor, talkFrequency, sleInt16, VER_V16),
|
||||
MKLINE(Actor, scalex, sleByte, VER_V8),
|
||||
MKLINE(Actor, scaley, sleByte, VER_V8),
|
||||
MKLINE(Actor, charset, sleByte, VER_V8),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue