1
0
Fork 0
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:
Chris-plus-alphanumericgibberish 2017-07-12 17:07:01 -04:00
parent e9faeb2604
commit c61048b779

View file

@ -1469,6 +1469,7 @@ int thrown;
setuwep(obj);
u.twoweap = twoweap;
}
return;
}
//#ifdef FIREARMS
/* [ALI]