mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-15 02:36:40 -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
|
@ -1358,7 +1358,7 @@ static void saveload_keyboard(EVENT_MSG *msg,void **_)
|
|||
{
|
||||
if (msg->msg == E_KEYBOARD)
|
||||
{
|
||||
int v = va_arg(msg->data, int);
|
||||
int v = quit_request_as_escape(va_arg(msg->data, int));
|
||||
switch (v>>8)
|
||||
{
|
||||
case 1:unwire_proc();wire_proc();break;
|
||||
|
@ -1377,6 +1377,7 @@ static void saveload_keyboard(EVENT_MSG *msg,void **_)
|
|||
|
||||
void unwire_save_load()
|
||||
{
|
||||
term_task_wait(clk_ask_name[0].id);
|
||||
if (back_texture!=NULL) free(back_texture);
|
||||
back_texture=NULL;
|
||||
if (story_text!=NULL)release_list(story_text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue