mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-23 20:00:53 +00:00
reset framevalue on includes like fteqcc
This commit is contained in:
parent
da63ad7e07
commit
297eab9e5e
1 changed files with 1 additions and 0 deletions
|
@ -392,6 +392,7 @@ static bool lex_try_pragma(lex_file *lex)
|
||||||
goto unroll;
|
goto unroll;
|
||||||
}
|
}
|
||||||
else if (!strcmp(command, "file")) {
|
else if (!strcmp(command, "file")) {
|
||||||
|
lex->framevalue = 0;
|
||||||
lex->name = util_strdup(param);
|
lex->name = util_strdup(param);
|
||||||
vec_push(lex_filenames, lex->name);
|
vec_push(lex_filenames, lex->name);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue