mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
d'oh, forgot to fix this in qw
This commit is contained in:
parent
2f21926568
commit
d9ac6dd99a
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ resolve (progs_t *pr)
|
|||
// progs engine needs these globals anyway
|
||||
sv_pr_state.globals.self = sv_globals.self;
|
||||
sv_pr_state.globals.time = sv_globals.time;
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue