diff --git a/polymer/eduke32/source/game.c b/polymer/eduke32/source/game.c index c51116dcc..4ff745f27 100644 --- a/polymer/eduke32/source/game.c +++ b/polymer/eduke32/source/game.c @@ -379,7 +379,7 @@ char* G_GetSubString(const char *text, const char *end, const int32_t iter, cons ++counter; } - line[++counter] = '\0'; + line[counter] = '\0'; return line; }