summaryrefslogtreecommitdiff
path: root/src/strings.cpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2012-01-21 13:57:24 +0000
committeryexo <yexo@openttd.org>2012-01-21 13:57:24 +0000
commitf917ac0a0f5e372c96598448dbb1a00165d95f9c (patch)
treef0d7f47d85cb359662793d9ecb46592fe7a8cdaa /src/strings.cpp
parentd5e0be7d7fc5a0ad763f633c2b849547321c7081 (diff)
downloadopenttd-f917ac0a0f5e372c96598448dbb1a00165d95f9c.tar.xz
(svn r23830) -Revert (r23804) [FS#4986]: while the idea was good, it causes too much trouble
Diffstat (limited to 'src/strings.cpp')
-rw-r--r--src/strings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings.cpp b/src/strings.cpp
index 539ffcdbf..9358e6cba 100644
--- a/src/strings.cpp
+++ b/src/strings.cpp
@@ -838,7 +838,7 @@ static char *FormatString(char *buff, const char *str_arg, StringParameters *arg
}
case SCC_NEWGRF_PRINT_WORD_STRING_ID: {
- StringID substr = TTDPStringIDToOTTDStringIDMapping(args->GetInt32(SCC_NEWGRF_PRINT_WORD_STRING_ID));
+ StringID substr = args->GetInt32(SCC_NEWGRF_PRINT_WORD_STRING_ID);
str_stack.push(GetStringPtr(substr));
case_index = next_substr_case_index;
next_substr_case_index = 0;