git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4465 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
85458ccabc
commit
bdbcde319a
1 changed files with 2 additions and 0 deletions
|
@ -162,8 +162,10 @@ bind g "impulse 5 ; +attack ; wait ; -attack ; impulse 2"
|
||||||
*/
|
*/
|
||||||
void Cmd_Wait_f (void)
|
void Cmd_Wait_f (void)
|
||||||
{
|
{
|
||||||
|
#ifndef CLIENTONLY
|
||||||
if (cmd_didwait && sv.state)
|
if (cmd_didwait && sv.state)
|
||||||
Con_DPrintf("waits without server frames\n");
|
Con_DPrintf("waits without server frames\n");
|
||||||
|
#endif
|
||||||
cmd_didwait = true;
|
cmd_didwait = true;
|
||||||
cmd_text[Cmd_ExecLevel].waitattime = realtime;
|
cmd_text[Cmd_ExecLevel].waitattime = realtime;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue