X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_player.pas;h=4d87ded9c0e2f69978cb5a35c296e3b8c9cffbab;hb=dae5714e18d9846dc09f7b2bcd4ec1bc53de2f35;hp=9605c6de6e1a3c9c97b6b14165941b866023fb87;hpb=8bc91b0c803ac0934ca9e32ca05d9294d7b2a913;p=d2df-sdl.git diff --git a/src/game/g_player.pas b/src/game/g_player.pas index 9605c6d..4d87ded 100644 --- a/src/game/g_player.pas +++ b/src/game/g_player.pas @@ -3717,7 +3717,7 @@ begin // i found her! result := Byte(i); resetWeaponQueue(); - FNextWeapDelay := WEAPON_DELAY; // anyway, 'cause why not + FNextWeapDelay := WEAPON_DELAY * 2; // anyway, 'cause why not exit; end; end;