mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-22 11:21:39 +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;
|
||||
}
|
||||
else if (!strcmp(command, "file")) {
|
||||
lex->framevalue = 0;
|
||||
lex->name = util_strdup(param);
|
||||
vec_push(lex_filenames, lex->name);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue