(svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and UpdateAll[Type]VirtCoords.
This commit is contained in:
@@ -321,8 +321,8 @@ struct GameOptionsWindow : Window {
|
||||
case GOW_LANG_DROPDOWN: // Change interface language
|
||||
ReadLanguagePack(index);
|
||||
CheckForMissingGlyphsInLoadedLanguagePack();
|
||||
UpdateAllStationVirtCoord();
|
||||
UpdateAllWaypointSigns();
|
||||
UpdateAllStationVirtCoords();
|
||||
UpdateAllWaypointVirtCoords();
|
||||
ReInitAllWindows();
|
||||
MarkWholeScreenDirty();
|
||||
break;
|
||||
|
Reference in New Issue
Block a user