mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-12 17:32:30 -04:00
no loading between levels, many improvements in code
This commit is contained in:
parent
77f1700902
commit
a8a87d514c
55 changed files with 628 additions and 763 deletions
|
@ -89,6 +89,9 @@ void keyboard(EVENT_MSG *msg, void *user_data) {
|
|||
user_data;
|
||||
if (msg->msg == E_WATCH) {
|
||||
*otevri_zavoru = 1;
|
||||
if (game_display_is_quit_requested()) {
|
||||
send_message(E_KEYBOARD, E_QUIT_GAME_KEY);
|
||||
}
|
||||
if (!_bios_keybrd(_KEYBRD_READY))
|
||||
return;
|
||||
i = _bios_keybrd(_KEYBRD_READ);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue