mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-08 15:40:28 -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
|
@ -464,15 +464,12 @@ void except_GPF()
|
|||
}
|
||||
|
||||
*/
|
||||
|
||||
void init_events()
|
||||
{
|
||||
send_message(E_ADD,E_WATCH,keyboard);
|
||||
send_message(E_ADD,E_WATCH,timer);
|
||||
send_message(E_ADD,E_WATCH,tasker);
|
||||
#ifdef nodebug
|
||||
alloc_exception(0xD,except_GPF);
|
||||
alloc_exception(0xE,except_GPF);
|
||||
#endif
|
||||
}
|
||||
|
||||
static char do_events_called=0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue