mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-15 02:36:40 -04:00
more controller support and fix some crashes
This commit is contained in:
parent
3f946405b9
commit
0e251dcd05
19 changed files with 608 additions and 195 deletions
|
@ -1651,7 +1651,22 @@ static void saveload_keyboard(EVENT_MSG *msg,void **_)
|
|||
} else {
|
||||
load_save_pos_ingame(last_select);break;
|
||||
}
|
||||
}
|
||||
}break;
|
||||
case 60:if (force_save) {
|
||||
unwire_proc();wire_proc();
|
||||
} else {
|
||||
clk_saveload(1, 0, 0, 0, 0);
|
||||
}
|
||||
break;
|
||||
case 61:if (!force_save) {
|
||||
unwire_proc();wire_proc();
|
||||
} else {
|
||||
clk_saveload(0, 0, 0, 0, 0);
|
||||
}
|
||||
break;
|
||||
case 59:game_setup(0,0,0,0,0);break;
|
||||
case 64:go_book(0, 0, 0, 0, 0);break;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue