mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-12-02 01:03:50 +00:00
Merge branch 'next' of https://git.magicalgirl.moe/STJr/SRB2 into playerthink-hook
This commit is contained in:
commit
93e9bb661e
1 changed files with 1 additions and 1 deletions
|
@ -2171,7 +2171,7 @@ skipwhite:
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
if (c == '\033')
|
if (c == '\033')
|
||||||
data += 2;
|
data++;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
com_token[len] = c;
|
com_token[len] = c;
|
||||||
|
|
Loading…
Reference in a new issue