mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-17 15:05:05 -05:00
Merge branch 'rando-next' of github.com:HarbourMasters/Shipwright into magic-bean-pack
This commit is contained in:
commit
e9fa231ae6
@ -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…
Reference in New Issue
Block a user