mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-24 15:15:33 -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) {
|
switch (language) {
|
||||||
case 0:
|
case 0:
|
||||||
default:
|
default:
|
||||||
location->GetPlacedItemName().english;
|
placedItemName = location->GetPlacedItemName().english;
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
location->GetPlacedItemName().french;
|
placedItemName = location->GetPlacedItemName().french;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue