hedgewars/uChat.pas
changeset 2699 249adefa9c1c
parent 2677 83ad68ceef72
child 2716 b9ca1bfca24f
equal deleted inserted replaced
2698:90585aba87ad 2699:249adefa9c1c
    25 procedure AddChatString(s: shortstring);
    25 procedure AddChatString(s: shortstring);
    26 procedure DrawChat;
    26 procedure DrawChat;
    27 procedure KeyPressChat(Key: Longword);
    27 procedure KeyPressChat(Key: Longword);
    28 
    28 
    29 var UserNick: shortstring = '';
    29 var UserNick: shortstring = '';
    30 	showAll: boolean = false;
    30     showAll: boolean = false;
    31 
    31 
    32 implementation
    32 implementation
    33 uses uMisc, uStore, uConsts, SDLh, uConsole, uKeys, uTeams;
    33 uses uMisc, uStore, uConsts, SDLh, uConsole, uKeys, uTeams;
    34 
    34 
    35 const MaxStrIndex = 27;
    35 const MaxStrIndex = 27;