mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-12 17:32:30 -04:00
Better combat log, fix crash when throw action during combat
This commit is contained in:
parent
e1967ded4f
commit
05726326bd
8 changed files with 186 additions and 165 deletions
|
@ -429,7 +429,7 @@ void wizard_kbd(EVENT_MSG *msg,void **usr)
|
|||
switch (c)
|
||||
{
|
||||
case 'C':
|
||||
case '<':show_debug=!show_debug;break;
|
||||
case '<':log_combat=!log_combat;break;
|
||||
case '=':show_lives=!show_lives;break;
|
||||
case '>':if (mman_action!=NULL) mman_action=NULL;else mman_action=mman_scan;break;
|
||||
case '@':set_immortality();set_nohassle();break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue