]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.h
cvar: Rename aliasindex to aliases_size and only use it for size of the aliases array...
[xonotic/darkplaces.git] / host.h
diff --git a/host.h b/host.h
index 80b5aa744e61e5bb196284de58dfebfbcaea8786..1d553c2509fdf3dbe0ebf8c96adc27879a245729 100644 (file)
--- a/host.h
+++ b/host.h
@@ -34,9 +34,9 @@ typedef struct host_s
                void (*Disconnect)(void);
                void (*ToggleMenu)(void);
                qbool (*CL_Intermission)(void); // Quake compatibility
-               qbool (*SV_CanSave)(void); // Quake compatibility
                void (*CL_SendCvar)(struct cmd_state_s *);
                void (*SV_SendCvar)(struct cmd_state_s *);
+               void (*SV_Shutdown)(void);
        } hook;
 } host_t;