hedgewars/uChat.pas
changeset 4374 bcefeeabaa33
parent 4373 fe0e3903bb9e
child 4375 ae5507ddb989
equal deleted inserted replaced
4373:fe0e3903bb9e 4374:bcefeeabaa33
    32 var UserNick: shortstring = '';
    32 var UserNick: shortstring = '';
    33     ChatReady: boolean;
    33     ChatReady: boolean;
    34     showAll: boolean;
    34     showAll: boolean;
    35 
    35 
    36 implementation
    36 implementation
    37 uses uMisc, uStore, SDLh, uKeys, uTypes, uVariables, uCommands;
    37 uses uMisc, uStore, SDLh, uKeys, uTypes, uVariables, uCommands, uUtils;
    38 
    38 
    39 const MaxStrIndex = 27;
    39 const MaxStrIndex = 27;
    40 
    40 
    41 type TChatLine = record
    41 type TChatLine = record
    42         Tex: PTexture;
    42         Tex: PTexture;