diff -r 013deb83086b -r 580cd247511e hedgewars/uChat.pas --- a/hedgewars/uChat.pas Tue Jun 05 22:17:06 2012 +0200 +++ b/hedgewars/uChat.pas Tue Jun 05 22:37:36 2012 +0200 @@ -31,7 +31,7 @@ procedure KeyPressChat(Key: Longword); implementation -uses SDLh, uInputHandler, uTypes, uVariables, uCommands, uUtils, uTextures, uRender, uIO; +uses SDLh, uInputHandler, uTypes, uVariables, uCommands, uUtils, uTextures, uRender, uStore, uIO; const MaxStrIndex = 27;