(svn r2079) -Add: signlist, shows all signs in the map. Clicking on them, and you go

to the sign. Very needed for coop. You can find it under World Map.
This commit is contained in:
truelight
2005-03-26 21:22:29 +00:00
parent 7686750414
commit 3dae675f63
7 changed files with 178 additions and 5 deletions

1
gui.h
View File

@@ -75,6 +75,7 @@ void ShowSubsidiesList(void);
void ShowPlayerStations(int player);
void ShowPlayerFinances(int player);
void ShowPlayerCompany(int player);
void ShowSignList(void);
void ShowEstimatedCostOrIncome(int32 cost, int x, int y);
void ShowErrorMessage(StringID msg_1, StringID msg_2, int x, int y);