X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_console.pas;h=c9568f02005d8f09b7f75481eb2d1cb02f38be1b;hb=c185246bfc49a2ae31fc79ef7c73dc6bcc1073e2;hp=a5652ce5c799f874c538018dc40d32746cf3c1f6;hpb=b79ddd98d923ee15f4bfd1db5111e669fc19964a;p=d2df-sdl.git diff --git a/src/game/g_console.pas b/src/game/g_console.pas index a5652ce..c9568f0 100644 --- a/src/game/g_console.pas +++ b/src/game/g_console.pas @@ -414,6 +414,8 @@ begin AddCommand('pr_phys_enabled', ProfilerCommands, 'enable/disable particle physics'); AddCommand('los_enabled', ProfilerCommands, 'enable/disable LOS calculations'); + AddCommand('mon_think', ProfilerCommands, 'enable/disable monster thinking'); + AddCommand('p1_name', GameCVars); AddCommand('p2_name', GameCVars); AddCommand('p1_color', GameCVars);