diff --git a/src/newgrf_text.cpp b/src/newgrf_text.cpp --- a/src/newgrf_text.cpp +++ b/src/newgrf_text.cpp @@ -324,7 +324,7 @@ struct UnmappedChoiceList : ZeroedMemory char *str = this->strings[idx]; /* "" */ - *d++ = i; + *d++ = i + 1; /* "" */ size_t len = strlen(str) + 1;