DEADSOFTWARE

"r_draw_grid" -> "r_gridrender"
authorKetmar Dark <ketmar@ketmar.no-ip.org>
Thu, 17 Aug 2017 13:16:32 +0000 (16:16 +0300)
committerKetmar Dark <ketmar@ketmar.no-ip.org>
Thu, 17 Aug 2017 14:41:07 +0000 (17:41 +0300)
src/game/g_console.pas
src/game/g_game.pas

index 0669339cec3dc3ba3f2c4487db4f7acdf278dcaa..0231729f7bcd8655f9bf088489c1fcab74e30879 100644 (file)
@@ -391,7 +391,7 @@ begin
   AddCommand('dpp', ProfilerCommands);
   AddCommand('dpu', ProfilerCommands);
   AddCommand('dpc', ProfilerCommands);
-  AddCommand('r_draw_grid', ProfilerCommands);
+  AddCommand('r_gridrender', ProfilerCommands);
   AddCommand('dbg_coldet_grid', ProfilerCommands);
 
   AddCommand('p1_name', GameCVars);
index ff4006bd8dc3f3b154c33fcd2a0ca83e73b94660..d6a3eb2472986ccc5ab587367f81618573eeceae 100644 (file)
@@ -5031,7 +5031,7 @@ begin
     g_profile_collision := not g_profile_collision;
     exit;
   end;
-  if cmd = 'r_draw_grid' then
+  if cmd = 'r_gridrender' then
   begin
     case getBool(1) of
       -1: begin end;