(svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and UpdateAll[Type]VirtCoords.

This commit is contained in:
rubidium
2009-07-13 22:33:25 +00:00
parent db63e1ad82
commit e067d4a4b8
15 changed files with 51 additions and 53 deletions

View File

@@ -183,7 +183,7 @@ void ZoomInOrOutToCursorWindow(bool in, Window *w)
}
}
extern void UpdateAllStationVirtCoord();
extern void UpdateAllStationVirtCoords();
struct MainWindow : Window
{
@@ -268,7 +268,7 @@ struct MainWindow : Window
break;
case '2' | WKC_ALT: // Update the coordinates of all station signs
UpdateAllStationVirtCoord();
UpdateAllStationVirtCoords();
break;
#endif