git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4465 fc73d0e0-1445-4013-8a0c-d673dee63da5

This commit is contained in:
Spoike 2013-08-21 07:57:17 +00:00
parent 85458ccabc
commit bdbcde319a

View file

@ -162,8 +162,10 @@ bind g "impulse 5 ; +attack ; wait ; -attack ; impulse 2"
*/
void Cmd_Wait_f (void)
{
#ifndef CLIENTONLY
if (cmd_didwait && sv.state)
Con_DPrintf("waits without server frames\n");
#endif
cmd_didwait = true;
cmd_text[Cmd_ExecLevel].waitattime = realtime;
}