File diff r18189:cd6bf8068f47 → r18190:59b53cc8b5fd
src/strings.cpp
Show inline comments
 
@@ -715,6 +715,8 @@ static char *FormatString(char *buff, co
 
			case SCC_NEWGRF_PRINT_WORD_STRING_ID: {
 
				StringID substr = args->GetInt32(SCC_NEWGRF_PRINT_WORD_STRING_ID);
 
				str_stack.push(GetStringPtr(substr));
 
				casei = modifier >> 24;
 
				modifier = 0;
 
				break;
 
			}