about summary refs log tree commit diff
path: root/src/engine/e_if_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/e_if_client.h')
-rw-r--r--src/engine/e_if_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/e_if_client.h b/src/engine/e_if_client.h
index 319c3dea..86c6f5fc 100644
--- a/src/engine/e_if_client.h
+++ b/src/engine/e_if_client.h
@@ -567,7 +567,7 @@ typedef struct DEMOPLAYBACK_INFO
 	float speed;
 } DEMOPLAYBACK_INFO;
 
-void client_demoplayer_play(const char *filename);
+const char *client_demoplayer_play(const char *filename);
 const DEMOPLAYBACK_INFO *client_demoplayer_getinfo();
 void client_demoplayer_setpos(float percent);
 void client_demoplayer_setpause(int paused);