mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 03:00:38 +00:00
git-svn-id: https://svn.eduke32.com/eduke32@1825 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
ec88a5269f
commit
b774cfb9ff
1 changed files with 3 additions and 0 deletions
|
@ -1521,6 +1521,9 @@ static int32_t C_GetKeyword(void)
|
||||||
|
|
||||||
C_SkipComments();
|
C_SkipComments();
|
||||||
|
|
||||||
|
if (*textptr == '\0') // EOF
|
||||||
|
return 0;
|
||||||
|
|
||||||
temptextptr = textptr;
|
temptextptr = textptr;
|
||||||
|
|
||||||
while (isaltok(*temptextptr) == 0)
|
while (isaltok(*temptextptr) == 0)
|
||||||
|
|
Loading…
Reference in a new issue