diff options
-rw-r--r-- | scumm/actor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp index 354c762f49..cbd00bdaef 100644 --- a/scumm/actor.cpp +++ b/scumm/actor.cpp @@ -1840,7 +1840,7 @@ const SaveLoadEntry *Actor::getSaveLoadEntries() { MKLINE(Actor, charset, sleByte, VER(8)), // Actor sound grew from 8 to 32 bytes - MKARRAY_OLD(Actor, sound[0], sleByte, 8, VER(35), VER(36)), + MKARRAY_OLD(Actor, sound[0], sleByte, 8, VER(8), VER(36)), MKARRAY(Actor, sound[0], sleByte, 32, VER(37)), MKARRAY(Actor, animVariable[0], sleUint16, 8, VER(8)), |