diff options
author | peter1138 <peter1138@openttd.org> | 2006-04-09 18:25:31 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-04-09 18:25:31 +0000 |
commit | ba0bc756b667aae1f12cda1ac4506209ebee7638 (patch) | |
tree | 686fcf3756ad71d9db76d35a891de109c3e33f2e /strgen | |
parent | 4b568332ae35e1f07a9847496a9d80b70804630c (diff) | |
download | openttd-ba0bc756b667aae1f12cda1ac4506209ebee7638.tar.xz |
(svn r4340) Add force {FORCE} to the units system. This is currently unused.
Diffstat (limited to 'strgen')
-rw-r--r-- | strgen/strgen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/strgen/strgen.c b/strgen/strgen.c index 9ae091a88..58400a3f9 100644 --- a/strgen/strgen.c +++ b/strgen/strgen.c @@ -450,6 +450,7 @@ static const CmdStruct _cmd_structs[] = { {"VOLUME_S", EmitEscapedByte, 17, 1, 0}, {"WEIGHT", EmitEscapedByte, 18, 1, 0}, {"WEIGHT_S", EmitEscapedByte, 19, 1, 0}, + {"FORCE", EmitEscapedByte, 20, 1, 0}, {"P", EmitPlural, 0, 0, C_DONTCOUNT}, // plural specifier {"G", EmitGender, 0, 0, C_DONTCOUNT}, // gender specifier |