summaryrefslogtreecommitdiff
path: root/src/rail.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2008-08-24 21:31:24 +0000
committerpeter1138 <peter1138@openttd.org>2008-08-24 21:31:24 +0000
commit6261063689a738338e1c37b183a8c6509ebd0b8d (patch)
tree927dfaba4b82723d3a08f65704230729ffdb3405 /src/rail.h
parent8abd4137d4bc6714451e28f1748db81905984b66 (diff)
downloadopenttd-6261063689a738338e1c37b183a8c6509ebd0b8d.tar.xz
(svn r14157) -Codechange: Add and use string properties for rail types instead of relying on consecutive string IDs.
Diffstat (limited to 'src/rail.h')
-rw-r--r--src/rail.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rail.h b/src/rail.h
index f5ee6b14f..e7d8f293c 100644
--- a/src/rail.h
+++ b/src/rail.h
@@ -69,6 +69,10 @@ struct RailtypeInfo {
struct {
StringID toolbar_caption;
+ StringID menu_text;
+ StringID build_caption;
+ StringID replace_text;
+ StringID new_loco;
} strings;
/** sprite number difference between a piece of track on a snowy ground and the corresponding one on normal ground */