mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-31 04:30:38 +00:00
Added f_demostart trigger.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1999 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
5e5b4c9bf2
commit
2ef090928a
1 changed files with 2 additions and 0 deletions
|
@ -1267,6 +1267,8 @@ void CL_PlayDemo(char *demoname)
|
|||
else
|
||||
VFS_SEEK(cls.demofile, start); //quakeworld demo, so go back to start.
|
||||
}
|
||||
|
||||
TP_ExecTrigger ("f_demostart");
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue