(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 45425bedca
commit e416fe8066
7 changed files with 178 additions and 5 deletions

1
ttd.h
View File

@@ -425,6 +425,7 @@ enum {
WC_CUSTOM_CURRENCY = 0x4B,
WC_REPLACE_VEHICLE = 0x4C,
WC_HIGHSCORE_ENDSCREEN = 0x4D,
WC_SIGN_LIST = 0x4E,
};