X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_console.pas;h=2e3b6838e6f0bf7d51f8e1e863e49d5340031bb6;hb=a3ef23c31742fba53271c9a5a4dfe6ea26ea5d68;hp=3005340534c6eec96e5553e1d1e7eef3eb3a51e9;hpb=df1f12c26369a0d5e9e996583b30c9879570fe99;p=d2df-sdl.git diff --git a/src/game/g_console.pas b/src/game/g_console.pas index 3005340..2e3b683 100644 --- a/src/game/g_console.pas +++ b/src/game/g_console.pas @@ -1049,13 +1049,10 @@ begin AddCommand('version', ConsoleCommands); AddCommand('d_window', DebugCommands); - AddCommand('d_sounds', DebugCommands); - AddCommand('d_frames', DebugCommands); AddCommand('d_winmsg', DebugCommands); AddCommand('d_monoff', DebugCommands); AddCommand('d_botoff', DebugCommands); AddCommand('d_monster', DebugCommands); - AddCommand('d_health', DebugCommands); AddCommand('d_player', DebugCommands); AddCommand('d_joy', DebugCommands); AddCommand('d_mem', DebugCommands);