]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_modules.c
another WIN32_LEAN_AND_MEAN patch from Willis, this one for non-SDL client and dedica...
[xonotic/darkplaces.git] / r_modules.c
index 56b2d236cb8082aa3d2ff877412b0b11b39a103f..b1909685ef462b44020439e9eb4d07e5a30212ff 100644 (file)
@@ -17,7 +17,7 @@ rendermodule_t rendermodule[MAXRENDERMODULES];
 
 void R_Modules_Init(void)
 {
-       Cmd_AddCommand("r_restart", R_Modules_Restart);
+       Cmd_AddCommand("r_restart", R_Modules_Restart, "restarts renderer");
 }
 
 void R_RegisterModule(char *name, void(*start)(void), void(*shutdown)(void), void(*newmap)(void))