mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 20:41:20 +00:00
reset temps after emitting a function. it helps :) (fixes the wierd entity
errors)
This commit is contained in:
parent
dfdff6cc59
commit
daf5fc96ea
1 changed files with 1 additions and 0 deletions
|
@ -562,6 +562,7 @@ emit_function (function_t *f, expr_t *e)
|
|||
emit_statement (op_done, 0, 0, 0);
|
||||
PR_FlushScope (pr_scope);
|
||||
pr_scope = 0;
|
||||
PR_ResetTempDefs ();
|
||||
|
||||
//puts ("");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue