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:
Spoike 2006-02-22 23:37:25 +00:00
parent 5e5b4c9bf2
commit 2ef090928a
1 changed files with 2 additions and 0 deletions

View File

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