--- a/hedgewars/uChat.pas Fri Apr 17 20:13:46 2009 +0000
+++ b/hedgewars/uChat.pas Sat Apr 18 12:46:56 2009 +0000
@@ -166,7 +166,7 @@
{Esc}
27: SetLine(InputStr, '', true);
{Return}
- 13, 271: begin
+ 3, 13, 271: begin
if Length(InputStr.s) > 0 then
begin
AcceptChatString(InputStr.s);