Patch 671701: SO_TALK_FREQUENCY

svn-id: r6547
This commit is contained in:
James Brown 2003-01-26 10:54:34 +00:00
parent 3dc0535a6b
commit 8d9b84b98e
6 changed files with 14 additions and 6 deletions

View file

@ -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),