mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-17 01:11:18 +00:00
MVD stuff
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@67 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
407870c85a
commit
07c7a7c06a
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ void Cam_FinishMove(int pnum, usercmd_t *cmd)
|
|||
if (cls.state != ca_active)
|
||||
return;
|
||||
|
||||
if (!cl.spectator) // only in spectator mode
|
||||
if (!cl.spectator && cls.demoplayback != DPB_MVD) // only in spectator mode
|
||||
return;
|
||||
|
||||
if (cmd->buttons & BUTTON_ATTACK)
|
||||
|
|
Loading…
Reference in a new issue