diff -r 4c2dd25630a7 -r a61458a81480 hedgewars/uChat.pas --- a/hedgewars/uChat.pas Sun Apr 29 14:00:35 2012 +0200 +++ b/hedgewars/uChat.pas Sat Apr 28 15:03:52 2012 +0200 @@ -31,7 +31,7 @@ procedure KeyPressChat(Key: Longword); implementation -uses SDLh, uKeys, uTypes, uVariables, uCommands, uUtils, uTextures, uRender, uIO; +uses SDLh, uInputHandler, uTypes, uVariables, uCommands, uUtils, uTextures, uRender, uIO; const MaxStrIndex = 27;