]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.h
protocol/dp8: Implement parting messages
[xonotic/darkplaces.git] / host.h
diff --git a/host.h b/host.h
index 4521f72b7983a50c57b60b436520613e91222f2e..26465423839b5523830ae599f25370180699f1c6 100644 (file)
--- a/host.h
+++ b/host.h
@@ -31,7 +31,7 @@ typedef struct host_static_s
        struct
        {
                void (*ConnectLocal)(void);
-               void (*Disconnect)(void);
+               void (*Disconnect)(qbool, const char *, ... );
                void (*ToggleMenu)(void);
                qbool (*CL_Intermission)(void); // Quake compatibility
                void (*CL_SendCvar)(struct cmd_state_s *);