changeset 13883 | 0ecf77e203c0 |
parent 13778 | 2e8b3081cf80 |
child 14484 | bd1db668b7c0 |
--- a/hedgewars/uCommandHandlers.pas Fri Oct 05 21:31:58 2018 +0200 +++ b/hedgewars/uCommandHandlers.pas Fri Oct 05 21:41:56 2018 +0200 @@ -445,7 +445,7 @@ t:= 1; tb:= t mod 255; // Delegate the actual change to /timer - ParseCommand('timer ' + Chr(tb + Ord('0')), true); + ParseCommand('timer ' + Char(tb + Ord('0')), true); end; end;