From: Ketmar Dark Date: Thu, 17 Aug 2017 13:16:32 +0000 (+0300) Subject: "r_draw_grid" -> "r_gridrender" X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=commitdiff_plain;h=596d7a1159e6fa90e98ce2ce92aacb74538a1e1e "r_draw_grid" -> "r_gridrender" --- diff --git a/src/game/g_console.pas b/src/game/g_console.pas index 0669339..0231729 100644 --- a/src/game/g_console.pas +++ b/src/game/g_console.pas @@ -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); diff --git a/src/game/g_game.pas b/src/game/g_game.pas index ff4006b..d6a3eb2 100644 --- a/src/game/g_game.pas +++ b/src/game/g_game.pas @@ -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;