X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_console.pas;h=fa7d2db4202c5cc1544fc2acdf772b51329bbb68;hp=c38b476408f08dc42aba24a0b6ca04e000fc4e06;hb=b9615dc5473b0eadac9f3298714b440ff406d322;hpb=dffafd305d0df029f317cc92c1968ba0065c0cd8 diff --git a/src/game/g_console.pas b/src/game/g_console.pas index c38b476..fa7d2db 100644 --- a/src/game/g_console.pas +++ b/src/game/g_console.pas @@ -953,6 +953,7 @@ begin AddCommand('quit', SystemCommands); AddCommand('exit', SystemCommands); AddCommand('r_reset', SystemCommands); + AddCommand('r_maxfps', SystemCommands); AddCommand('g_language', SystemCommands); AddCommand('bind', BindCommands);