From c76ff719f47ff61bcbb01a1a28d96835d8b51138 Mon Sep 17 00:00:00 2001 From: Garrett Cox Date: Thu, 25 Aug 2022 13:53:04 -0500 Subject: [PATCH] Fix issue in spoiler generation --- soh/soh/Enhancements/randomizer/3drando/spoiler_log.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/soh/soh/Enhancements/randomizer/3drando/spoiler_log.cpp b/soh/soh/Enhancements/randomizer/3drando/spoiler_log.cpp index 98ce64ef1..cc6f996f0 100644 --- a/soh/soh/Enhancements/randomizer/3drando/spoiler_log.cpp +++ b/soh/soh/Enhancements/randomizer/3drando/spoiler_log.cpp @@ -679,8 +679,10 @@ static void WriteAllLocations(int language) { case 0: default: location->GetPlacedItemName().english; + break; case 2: location->GetPlacedItemName().french; + break; } // Eventually check for other things here like fake name