(svn r12488) -Codechange: split order.h into order_base.h and order_func.h.

This commit is contained in:
rubidium
2008-03-30 23:24:18 +00:00
parent 9598b1ecaf
commit 4a1035ab95
26 changed files with 79 additions and 56 deletions

View File

@@ -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: