mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-19 06:51:11 +00:00
make sure time is set correctly. Just paranoid, I know.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@817 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f1ae971486
commit
7d85e1d695
1 changed files with 1 additions and 0 deletions
|
@ -3981,6 +3981,7 @@ if (sv_player->v.health > 0 && before && !after )
|
|||
|
||||
pr_global_struct->self = EDICT_TO_PROG(svprogfuncs, ent);
|
||||
pr_global_struct->other = EDICT_TO_PROG(svprogfuncs, sv_player);
|
||||
pr_global_struct->time = sv.time;
|
||||
PR_ExecuteProgram (svprogfuncs, ent->v.touch);
|
||||
playertouch[n/8] |= 1 << (n%8);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue