X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_console.pas;h=3c2e7aa4420f2ee156c2f2fbf37e61e60bbb6ed7;hb=6eab64d006f1081bc5096507bb634928cadd6d66;hp=8abfa6cf2ae4304c2773c2985749b843fdd2a71a;hpb=c4f5c9d83f401ccc223dad213eec2a6b6f8a6b23;p=d2df-sdl.git diff --git a/src/game/g_console.pas b/src/game/g_console.pas index 8abfa6c..3c2e7aa 100644 --- a/src/game/g_console.pas +++ b/src/game/g_console.pas @@ -415,6 +415,7 @@ begin AddCommand('sq_use_tree', ProfilerCommands, 'use tree for map coldet acceleration'); AddCommand('mon_sq_enabled', ProfilerCommands, 'use accelerated spatial queries for monsters'); + AddCommand('wtrace_sq_enabled', ProfilerCommands, 'use accelerated weapon hitscan trace'); AddCommand('p1_name', GameCVars); AddCommand('p2_name', GameCVars);