summaryrefslogtreecommitdiff
path: root/src/newgrf_text.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-30 23:24:18 +0000
committerrubidium <rubidium@openttd.org>2008-03-30 23:24:18 +0000
commitb84b16cfcd06f66f44aa2ff8ad8382776662773d (patch)
tree845a4e8019b4224d85946c12f67be2fb14daa301 /src/newgrf_text.cpp
parent8e9750901d2ffe6a08b213ae44341ebea0a7e957 (diff)
downloadopenttd-b84b16cfcd06f66f44aa2ff8ad8382776662773d.tar.xz
(svn r12488) -Codechange: split order.h into order_base.h and order_func.h.
Diffstat (limited to 'src/newgrf_text.cpp')
-rw-r--r--src/newgrf_text.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_text.cpp b/src/newgrf_text.cpp
index 261610f46..9417c7d68 100644
--- a/src/newgrf_text.cpp
+++ b/src/newgrf_text.cpp
@@ -642,7 +642,7 @@ uint RemapNewGRFStringControlCode(uint scc, char **buff, const char **str, int64
case SCC_NEWGRF_PRINT_SIGNED_WORD:
case SCC_NEWGRF_PRINT_SIGNED_BYTE:
case SCC_NEWGRF_PRINT_UNSIGNED_WORD:
- return SCC_NUM;
+ return SCC_COMMA;
case SCC_NEWGRF_PRINT_DWORD_CURRENCY:
case SCC_NEWGRF_PRINT_QWORD_CURRENCY: