mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-23 22:55:31 -07:00
more formatting
This commit is contained in:
parent
866cb3166b
commit
0107699a6b
1 changed files with 4 additions and 4 deletions
|
@ -678,11 +678,11 @@ static void WriteAllLocations(int language) {
|
||||||
switch (language) {
|
switch (language) {
|
||||||
case 0:
|
case 0:
|
||||||
default:
|
default:
|
||||||
placedItemName = location->GetPlacedItemName().english;
|
placedItemName = location->GetPlacedItemName().english;
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
placedItemName = location->GetPlacedItemName().french;
|
placedItemName = location->GetPlacedItemName().french;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Eventually check for other things here like fake name
|
// Eventually check for other things here like fake name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue