From ff5165e8b99f404028d0429bad3df3f11865522a Mon Sep 17 00:00:00 2001 From: massimilianodelliubaldini <8584296+massimilianodelliubaldini@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:27:36 -0400 Subject: [PATCH] Update memory version to 4. --- worlds/jakanddaxter/client/MemoryReader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/jakanddaxter/client/MemoryReader.py b/worlds/jakanddaxter/client/MemoryReader.py index 65469006d7..de675c4efa 100644 --- a/worlds/jakanddaxter/client/MemoryReader.py +++ b/worlds/jakanddaxter/client/MemoryReader.py @@ -28,7 +28,7 @@ sizeof_float = 4 # ***************************************************************************** # **** This number must match (-> *ap-info-jak1* version) in ap-struct.gc! **** # ***************************************************************************** -expected_memory_version = 3 +expected_memory_version = 4 # IMPORTANT: OpenGOAL memory structures are particular about the alignment, in memory, of member elements according to