summaryrefslogtreecommitdiff
path: root/ttd.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-03-26 21:22:29 +0000
committertruelight <truelight@openttd.org>2005-03-26 21:22:29 +0000
commite416fe8066a4f959212391333ca4dbec1595e007 (patch)
treebef160789c4e448ee63e1132b926e981ea282c5a /ttd.h
parent45425bedca8654b12e5981f4c8584ebcaa875d32 (diff)
downloadopenttd-e416fe8066a4f959212391333ca4dbec1595e007.tar.xz
(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.
Diffstat (limited to 'ttd.h')
-rw-r--r--ttd.h1
1 files changed, 1 insertions, 0 deletions
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,
};