diff -r d82c580b6596 -r 0ecf77e203c0 hedgewars/uCommandHandlers.pas --- 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;