X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=r_modules.c;h=b1909685ef462b44020439e9eb4d07e5a30212ff;hb=d9919887fed8a056fb3437562d649baf8ced2297;hp=56b2d236cb8082aa3d2ff877412b0b11b39a103f;hpb=fab6eb344365652bd53d03faa1ea43e14fbe1d7f;p=xonotic%2Fdarkplaces.git diff --git a/r_modules.c b/r_modules.c index 56b2d236..b1909685 100644 --- a/r_modules.c +++ b/r_modules.c @@ -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))