mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-19 17:01:46 +00:00
must remember to test compile in the optimising tree :P
This commit is contained in:
parent
a4b06b1074
commit
e47570db69
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ def_name
|
|||
if (current_scope->type == sc_local
|
||||
&& current_scope->parent->type == sc_params) {
|
||||
scope_t *scope;
|
||||
def_t *def = get_def (0, $1, scope, 0);
|
||||
def_t *def = get_def (0, $1, current_scope, 0);
|
||||
if (def) {
|
||||
scope = def->scope;
|
||||
if (scope->type == sc_params)
|
||||
|
|
Loading…
Reference in a new issue