diff -r e41fdfaa8edd -r 3d2917be12c3 hedgewars/uIO.pas --- a/hedgewars/uIO.pas Thu Jun 11 15:57:51 2009 +0000 +++ b/hedgewars/uIO.pas Fri Jun 12 00:39:36 2009 +0000 @@ -256,7 +256,7 @@ or (headcmd^.cmd = 'F')) do begin case headcmd^.cmd of - '+': ; // do nothing - it's just empty packet + '+': ; // do nothing - it is just empty packet 'L': ParseCommand('+left', true); 'l': ParseCommand('-left', true); 'R': ParseCommand('+right', true);