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:
Spoike 2005-01-18 21:11:55 +00:00
parent f1ae971486
commit 7d85e1d695

View file

@ -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);
}