mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-12 23:44:39 +00:00
I really really suck.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4079 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
1a309b95c4
commit
5f92259f44
1 changed files with 1 additions and 1 deletions
|
@ -4806,7 +4806,7 @@ qboolean CSQC_Event_ContentsTransition(world_t *w, wedict_t *ent, int oldwaterty
|
||||||
{
|
{
|
||||||
void *pr_globals = PR_globals(w->progs, PR_CURRENT);
|
void *pr_globals = PR_globals(w->progs, PR_CURRENT);
|
||||||
*csqcg.self = EDICT_TO_PROG(w->progs, ent);
|
*csqcg.self = EDICT_TO_PROG(w->progs, ent);
|
||||||
*csqcg.time = w->physicstime;
|
*csqcg.cltime = w->physicstime;
|
||||||
G_FLOAT(OFS_PARM0) = oldwatertype;
|
G_FLOAT(OFS_PARM0) = oldwatertype;
|
||||||
G_FLOAT(OFS_PARM1) = newwatertype;
|
G_FLOAT(OFS_PARM1) = newwatertype;
|
||||||
PR_ExecuteProgram (w->progs, ent->xv->contentstransition);
|
PR_ExecuteProgram (w->progs, ent->xv->contentstransition);
|
||||||
|
|
Loading…
Reference in a new issue