]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_modules.c
Unify the command and cvar flags, under the CF_ prefix.
[xonotic/darkplaces.git] / r_modules.c
index f879610764d59eb341ff958ad7363141eb036223..4c5f930868db1476c39cd67e36aa2a1a4f206ecf 100644 (file)
@@ -19,7 +19,7 @@ rendermodule_t rendermodule[MAXRENDERMODULES];
 
 void R_Modules_Init(void)
 {
-       Cmd_AddCommand(CMD_CLIENT, "r_restart", R_Modules_Restart_f, "restarts renderer");
+       Cmd_AddCommand(CF_CLIENT, "r_restart", R_Modules_Restart_f, "restarts renderer");
 }
 
 void R_RegisterModule(const char *name, void(*start)(void), void(*shutdown)(void), void(*newmap)(void), void(*devicelost)(void), void(*devicerestored)(void))