mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-07-31 09:52:25 +01:00
Bugfix: End the throw function after throwing a returning weapon at the celing, don't continue and crash
This commit is contained in:
parent
e9faeb2604
commit
c61048b779
1 changed files with 1 additions and 0 deletions
|
@ -1469,6 +1469,7 @@ int thrown;
|
|||
setuwep(obj);
|
||||
u.twoweap = twoweap;
|
||||
}
|
||||
return;
|
||||
}
|
||||
//#ifdef FIREARMS
|
||||
/* [ALI]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue