summaryrefslogtreecommitdiff
path: root/source/mvd_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/mvd_local.h')
-rw-r--r--source/mvd_local.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/mvd_local.h b/source/mvd_local.h
index bd65055..62042eb 100644
--- a/source/mvd_local.h
+++ b/source/mvd_local.h
@@ -123,8 +123,8 @@ typedef struct mvd_s {
qboolean (*forward_cmd)( mvd_client_t * );
// demo related variables
- fileHandle_t demorecording;
- char *demoname;
+ qhandle_t demorecording;
+ char *demoname;
// delay buffer
fifo_t delay;