X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_console.pas;h=cde25fedb4c279a6a55cb17da39a41b5019aa45c;hb=3d9a4caf6b9c79640ea51cd8b5cdf602c5ed19a2;hp=01cd41ab1c677fa9c45a791de02d2a7ea4d59644;hpb=dbac531e9917e59c30dbe035439ffdae4e2e3c9a;p=d2df-sdl.git diff --git a/src/game/g_console.pas b/src/game/g_console.pas index 01cd41a..cde25fe 100644 --- a/src/game/g_console.pas +++ b/src/game/g_console.pas @@ -910,6 +910,8 @@ begin AddCommand('p2_name', GameCVars); AddCommand('p1_color', GameCVars); AddCommand('p2_color', GameCVars); + AddCommand('p1_model', GameCVars); + AddCommand('p2_model', GameCVars); AddCommand('r_showscore', GameCVars); AddCommand('r_showlives', GameCVars); AddCommand('r_showstat', GameCVars); @@ -929,7 +931,6 @@ begin AddCommand('g_maxlives', GameCVars); AddCommand('g_warmuptime', GameCVars); AddCommand('g_spawn_invul', GameCVars); - AddCommand('g_respawn_items', GameCVars); AddCommand('net_interp', GameCVars); AddCommand('net_forceplayerupdate', GameCVars); AddCommand('net_predictself', GameCVars); @@ -1036,7 +1037,6 @@ begin WhitelistCommand('g_scorelimit'); WhitelistCommand('g_timelimit'); WhitelistCommand('g_dm_keys'); - WhitelistCommand('g_respawn_items'); WhitelistCommand('g_spawn_invul'); WhitelistCommand('g_warmuptime');