From e416fe8066a4f959212391333ca4dbec1595e007 Mon Sep 17 00:00:00 2001 From: truelight Date: Sat, 26 Mar 2005 21:22:29 +0000 Subject: (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. --- ttd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ttd.h') diff --git a/ttd.h b/ttd.h index 24b193b0c..33cc3c13d 100644 --- a/ttd.h +++ b/ttd.h @@ -425,6 +425,7 @@ enum { WC_CUSTOM_CURRENCY = 0x4B, WC_REPLACE_VEHICLE = 0x4C, WC_HIGHSCORE_ENDSCREEN = 0x4D, + WC_SIGN_LIST = 0x4E, }; -- cgit v1.2.3-54-g00ecf