Fix issue in spoiler generation

This commit is contained in:
Garrett Cox 2022-08-25 13:53:04 -05:00
commit c76ff719f4

View file

@ -679,8 +679,10 @@ static void WriteAllLocations(int language) {
case 0: case 0:
default: default:
location->GetPlacedItemName().english; location->GetPlacedItemName().english;
break;
case 2: case 2:
location->GetPlacedItemName().french; location->GetPlacedItemName().french;
break;
} }
// Eventually check for other things here like fake name // Eventually check for other things here like fake name