mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-24 07:05:34 -07:00
no more blank spoilers
This commit is contained in:
parent
da07a8f409
commit
0bcc5b1310
1 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue