mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-16 03:06:45 -04:00
fix many warnings (hope everything will work)
This commit is contained in:
parent
cddb569580
commit
858c4384e8
57 changed files with 911 additions and 807 deletions
|
@ -56,7 +56,7 @@ char *cz_key_tabs[]={cz_table_1,cz_table_2,cz_table_3};
|
|||
void keyboard(EVENT_MSG *msg,void *user_data)
|
||||
{
|
||||
int i;
|
||||
static char cz_mode=0;
|
||||
static uint8_t cz_mode=0;
|
||||
char c,d;
|
||||
|
||||
msg;user_data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue