mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 01:15:58 +00:00
SCUMM: fix saving of array _byte_FCE2
This commit is contained in:
parent
7d4ffb1ec0
commit
fd4a3501ed
@ -2711,7 +2711,7 @@ void ActorC64::saveLoadWithSerializer(Serializer *ser) {
|
||||
MKLINE(ActorC64, _speakingPrev, sleByte, VER(84)),
|
||||
MKLINE(ActorC64, _byte_FD0A, sleByte, VER(89)),
|
||||
MKLINE(ActorC64, _byte_FDE8, sleByte, VER(89)),
|
||||
MKARRAY(ActorC64, _byte_FCE2, sleInt8, 8, VER(89)),
|
||||
MKARRAY(ActorC64, _byte_FCE2[0], sleInt8, 8, VER(89)),
|
||||
MKEND()
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user