0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-04-18 16:30:58 +00:00

Merge branch 'next' of https://git.magicalgirl.moe/STJr/SRB2 into playerthink-hook

This commit is contained in:
Zachary McAlpin 2020-01-01 17:54:47 -06:00
commit 93e9bb661e

View file

@ -2171,7 +2171,7 @@ skipwhite:
return data;
}
if (c == '\033')
data += 2;
data++;
else
{
com_token[len] = c;