mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-24 15:15:33 -07:00
Fix issue in spoiler generation
This commit is contained in:
parent
1e31d108e6
commit
c76ff719f4
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue