]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_demo.c
protocol: Fix off-by-one when appending space in Protocol_Names
[xonotic/darkplaces.git] / sv_demo.c
index ad3e509f23460d9241bd98c59099d56ba834c2c0..08ebe8411bb0e8615fef4bed77fd99d8ce0a8479 100644 (file)
--- a/sv_demo.c
+++ b/sv_demo.c
@@ -29,7 +29,7 @@ void SV_StartDemoRecording(client_t *client, const char *filename, int forcetrac
        FS_Printf(client->sv_demo_file, "%i\n", forcetrack);
 }
 
-void SV_WriteDemoMessage(client_t *client, sizebuf_t *sendbuffer, qboolean clienttoserver)
+void SV_WriteDemoMessage(client_t *client, sizebuf_t *sendbuffer, qbool clienttoserver)
 {
        prvm_prog_t *prog = SVVM_prog;
        int len, i;