From b649cf7ced0b9b03828afe922f76f662c27cd9f7 Mon Sep 17 00:00:00 2001 From: jonschz Date: Sat, 25 Jan 2025 12:17:42 +0100 Subject: [PATCH] BETA10 at 67 % --- LEGO1/lego/legoomni/src/worlds/registrationbook.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LEGO1/lego/legoomni/src/worlds/registrationbook.cpp b/LEGO1/lego/legoomni/src/worlds/registrationbook.cpp index 9a0eae9a..0b3d2458 100644 --- a/LEGO1/lego/legoomni/src/worlds/registrationbook.cpp +++ b/LEGO1/lego/legoomni/src/worlds/registrationbook.cpp @@ -32,6 +32,7 @@ DECOMP_SIZE_ASSERT(RegistrationBook, 0x2d0) // GLOBAL: LEGO1 0x100d9924 +// GLOBAL: BETA10 0x101bfb3c const char* g_infoman = "infoman"; // GLOBAL: LEGO1 0x100f7964 @@ -396,8 +397,10 @@ void RegistrationBook::ReadyWorld() // This even happens for commenting out `assert()` calls, which shouldn't affect release builds at all. // See https://github.com/isledecomp/isle/pull/1375 for a version that had 100 %. +#ifndef BETA10 LegoGameState* gameState = GameState(); gameState->m_history.WriteScoreHistory(); +#endif PlayMusic(JukeboxScript::c_InformationCenter_Music);