hedgewars/uChat.pas
changeset 993 4319810f23c1
parent 991 d17c71ee074e
child 1001 502508979713
equal deleted inserted replaced
992:c16355b0c982 993:4319810f23c1
    23 procedure AddChatString(s: shortstring);
    23 procedure AddChatString(s: shortstring);
    24 procedure DrawChat;
    24 procedure DrawChat;
    25 procedure KeyPressChat(Key: Longword);
    25 procedure KeyPressChat(Key: Longword);
    26 
    26 
    27 var UserNick: shortstring = '';
    27 var UserNick: shortstring = '';
    28 	showAll: boolean = true;
    28 	showAll: boolean = false;
    29 
    29 
    30 implementation
    30 implementation
    31 uses uMisc, uStore, uConsts, SDLh, uConsole, uKeys;
    31 uses uMisc, uStore, uConsts, SDLh, uConsole, uKeys;
    32 
    32 
    33 const MaxStrIndex = 27;
    33 const MaxStrIndex = 27;