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
commitff07598ce23d2126e6dbdf6eb4db2bb346e4de11 (patch)
tree927dfaba4b82723d3a08f65704230729ffdb3405 /src/rail.h
parent0d4e7f9537dbaaf7f63c89e71881f352ab12750e (diff)
downloadopenttd-ff07598ce23d2126e6dbdf6eb4db2bb346e4de11.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 */