mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-24 07:05:34 -07:00
Merge branch 'rando-next' of github.com:HarbourMasters/Shipwright into magic-bean-pack
This commit is contained in:
commit
e9fa231ae6
1 changed files with 2 additions and 2 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