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
|
@ -83,7 +83,7 @@ static void setup_keyboard(EVENT_MSG *msg,void **_)
|
|||
{
|
||||
if (msg->msg == E_KEYBOARD)
|
||||
{
|
||||
char c= va_arg(msg->data, int);
|
||||
char c= quit_request_as_escape(va_arg(msg->data, int));
|
||||
if (c==27)
|
||||
{
|
||||
unwire_proc();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue