mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
add todo
This commit is contained in:
parent
e464cc1ea6
commit
3dc8e9bb9c
1 changed files with 4 additions and 0 deletions
4
parser.c
4
parser.c
|
@ -5276,6 +5276,10 @@ static bool parse_variable(parser_t *parser, ast_block *localblock, bool nofield
|
|||
}
|
||||
} else {
|
||||
util_htset(parser->aliases, var->name, (void*)var->desc);
|
||||
/*
|
||||
* TODO: vector, find . or _ (last of), and build
|
||||
* [._]x, [._]y, [._]z aliases too.
|
||||
*/
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue