mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
git-svn-id: https://svn.eduke32.com/eduke32@191 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
bf7e699c02
commit
1747c01141
1 changed files with 1 additions and 1 deletions
|
@ -4540,7 +4540,7 @@ repeatcase:
|
||||||
*(fta_quotes[k]+i) = '\0';
|
*(fta_quotes[k]+i) = '\0';
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
*(fta_quotes[redefined_quote_count]+i) = '\0';
|
*(redefined_quotes[redefined_quote_count]+i) = '\0';
|
||||||
*scriptptr++=redefined_quote_count;
|
*scriptptr++=redefined_quote_count;
|
||||||
redefined_quote_count++;
|
redefined_quote_count++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue