summaryrefslogtreecommitdiff
path: root/src/rail.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2011-11-07 19:35:02 +0000
committermichi_cc <michi_cc@openttd.org>2011-11-07 19:35:02 +0000
commitfe574b7e0cf3d1a4c3d748b7bda521aa7b10ed7c (patch)
treecc15cdf7bb17bd1636a7dca14742fa93e490abcb /src/rail.h
parent58b75963dd9c91d5616d519c84f0c1ac3f519041 (diff)
downloadopenttd-fe574b7e0cf3d1a4c3d748b7bda521aa7b10ed7c.tar.xz
(svn r23129) -Add: [NewGRF] Property for the rail type name.
Diffstat (limited to 'src/rail.h')
-rw-r--r--src/rail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rail.h b/src/rail.h
index 63dfa2e10..54b5c27b6 100644
--- a/src/rail.h
+++ b/src/rail.h
@@ -146,6 +146,7 @@ struct RailtypeInfo {
} cursor;
struct {
+ StringID name;
StringID toolbar_caption;
StringID menu_text;
StringID build_caption;