mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
[nq,qw] Get demo capture working again
It turns it it had been broken for some time: it was attempting to write the files to the wrong place.
This commit is contained in:
parent
86e95fc1d0
commit
0880fab909
4 changed files with 34 additions and 24 deletions
|
@ -136,7 +136,7 @@ typedef struct {
|
|||
|
||||
QFile *demofile;
|
||||
qboolean demorecording;
|
||||
qboolean demo_capture;
|
||||
int demo_capture;
|
||||
qboolean demoplayback;
|
||||
qboolean demoplayback2;
|
||||
qboolean findtrack;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue