X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_player.pas;h=59e6456da19b1e763143c897d5ac0ea1e537b9cd;hb=c40b25d70075f471e6ee6b4474e098d5f8b220a1;hp=b8a77bd44fa2f02aab7ce19e624048a1a2533f2f;hpb=c8d7811d45c2d34a7e297613e50570f253a0d8e9;p=d2df-sdl.git diff --git a/src/game/g_player.pas b/src/game/g_player.pas index b8a77bd..59e6456 100644 --- a/src/game/g_player.pas +++ b/src/game/g_player.pas @@ -3542,7 +3542,7 @@ begin // Âûáðîñ êëþ÷åé: if (not (gGameSettings.GameMode in [GM_DM, GM_TDM, GM_CTF])) or - LongBool(gGameSettings.Options and GAME_OPTION_DMKEYS) then + (not LongBool(gGameSettings.Options and GAME_OPTION_DMKEYS)) then begin if R_KEY_RED in FRulez then PushItem(ITEM_KEY_RED);