- backend update from Raze.

This commit is contained in:
Christoph Oelckers 2021-05-17 20:44:19 +02:00
commit 8a4fa8b65f
12 changed files with 100 additions and 19 deletions

View file

@ -535,8 +535,6 @@ size_t FStringTable::ProcessEscapes (char *iptr)
}
else if (c == '\n')
continue;
}
*optr++ = c;
}