From fd4a3501ede75d87c06980b5ac563402da834f25 Mon Sep 17 00:00:00 2001 From: Tobias Gunkel Date: Sun, 22 Jan 2012 01:44:42 +0100 Subject: SCUMM: fix saving of array _byte_FCE2 --- engines/scumm/actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/scumm/actor.cpp b/engines/scumm/actor.cpp index 86daaeff2f..3a4f72181b 100644 --- a/engines/scumm/actor.cpp +++ b/engines/scumm/actor.cpp @@ -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() }; -- cgit v1.2.3