git-svn-id: https://spexeah.com:8443/svn/Asuro@97 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
aaron 2017-05-18 13:43:41 +00:00
parent 92e0db5eb4
commit 10b0f88b5f

View File

@ -39,7 +39,7 @@ procedure lang_USA();
implementation implementation
procedure init(pchar keyboard_layout); procedure init(pchar : keyboard_layout);
begin begin
memset(uint32(@key_matrix[0]), 0, sizeof(TKeyInfo)*256); memset(uint32(@key_matrix[0]), 0, sizeof(TKeyInfo)*256);
memset(uint32(@key_buffer), 0, sizeof(TKeyInfo)*128); memset(uint32(@key_buffer), 0, sizeof(TKeyInfo)*128);