]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
add todo
authorDale Weiler <killfieldengine@gmail.com>
Wed, 6 Feb 2013 05:38:34 +0000 (05:38 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Wed, 6 Feb 2013 05:38:34 +0000 (05:38 +0000)
parser.c

index 4ba08b4cf3bc00036b60c517c3075623488f0da7..80b9522a5a6a40ad4e01b16a6219d0149d4fe6da 100644 (file)
--- a/parser.c
+++ b/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 {