aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.cpp
diff options
context:
space:
mode:
authorMax Horn2004-02-17 00:40:52 +0000
committerMax Horn2004-02-17 00:40:52 +0000
commit41154fb613fb9b9e27c0cd9cbe09c601c280a75d (patch)
tree8a4301d317346c4b575085c185dd46df6a5305d1 /scumm/actor.cpp
parentf219935e83cd49bf1d13692a914827b39cf29a9d (diff)
downloadscummvm-rg350-41154fb613fb9b9e27c0cd9cbe09c601c280a75d.tar.gz
scummvm-rg350-41154fb613fb9b9e27c0cd9cbe09c601c280a75d.tar.bz2
scummvm-rg350-41154fb613fb9b9e27c0cd9cbe09c601c280a75d.zip
save talkVolume
svn-id: r12919
Diffstat (limited to 'scumm/actor.cpp')
-rw-r--r--scumm/actor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp
index a5270c5827..fd81b87c28 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -1744,6 +1744,7 @@ const SaveLoadEntry *Actor::getSaveLoadEntries() {
MKLINE(Actor, talkColor, sleByte, VER(8)),
MKLINE(Actor, talkFrequency, sleInt16, VER(16)),
MKLINE(Actor, talkPan, sleInt16, VER(24)),
+ MKLINE(Actor, talkVolume, sleInt16, VER(29)),
MKLINE(Actor, scalex, sleByte, VER(8)),
MKLINE(Actor, scaley, sleByte, VER(8)),
MKLINE(Actor, charset, sleByte, VER(8)),