mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-07-28 16:32:27 +01:00
Bugfix: Missing default cases causes an unexitable menu.
This commit is contained in:
parent
fde95e6868
commit
f64f82a6bf
1 changed files with 2 additions and 0 deletions
|
@ -130,6 +130,8 @@ doattributes()
|
|||
case DOATTRIB_SPIRITS:
|
||||
spirits_enlightenment();
|
||||
break;
|
||||
default:
|
||||
return MOVE_INSTANT;
|
||||
}
|
||||
}
|
||||
return MOVE_INSTANT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue