changeset 6808 | e9c45f3c5b9c |
parent 6806 | cdfb6c7099e5 |
child 6919 | bf7433e62b9c |
--- a/hedgewars/uTouch.pas Fri Mar 23 00:21:34 2012 +0100 +++ b/hedgewars/uTouch.pas Fri Mar 23 14:18:58 2012 +0100 @@ -145,7 +145,7 @@ if isOnWidget(utilityWidget, finger^) then begin - ParseCommand('/timer ' + inttostr((CurrentHedgeHog^.CurWeapon^.Timer div 1000 + 1) mod 5)); + //ParseCommand('/timer ' + inttostr((CurrentHedgeHog^.CurWeapon^.Timer div 1000 + 1) mod 5)); end; dec(buttonsDown);//no buttonsDown, undo the inc() above if buttonsDown = 0 then