summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0a99955)
raw | patch | inline | side by side (parent: 0a99955)
author | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Thu, 17 Aug 2017 13:16:32 +0000 (16:16 +0300) | ||
committer | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Thu, 17 Aug 2017 14:41:07 +0000 (17:41 +0300) |
src/game/g_console.pas | patch | blob | history | |
src/game/g_game.pas | patch | blob | history |
diff --git a/src/game/g_console.pas b/src/game/g_console.pas
index 0669339cec3dc3ba3f2c4487db4f7acdf278dcaa..0231729f7bcd8655f9bf088489c1fcab74e30879 100644 (file)
--- a/src/game/g_console.pas
+++ b/src/game/g_console.pas
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 ff4006bd8dc3f3b154c33fcd2a0ca83e73b94660..d6a3eb2472986ccc5ab587367f81618573eeceae 100644 (file)
--- a/src/game/g_game.pas
+++ b/src/game/g_game.pas
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;