mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-24 07:05:34 -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:
|
||||
default:
|
||||
location->GetPlacedItemName().english;
|
||||
break;
|
||||
case 2:
|
||||
location->GetPlacedItemName().french;
|
||||
break;
|
||||
}
|
||||
|
||||
// Eventually check for other things here like fake name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue