Merge pull request #1317 from briaguya-ai/no-more-blank-spoilers

No more blank spoilers
This commit is contained in:
briaguya 2022-08-25 17:42:09 -04:00 committed by GitHub
commit 31c4b683d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -678,10 +678,10 @@ static void WriteAllLocations(int language) {
switch (language) {
case 0:
default:
location->GetPlacedItemName().english;
placedItemName = location->GetPlacedItemName().english;
break;
case 2:
location->GetPlacedItemName().french;
placedItemName = location->GetPlacedItemName().french;
break;
}