-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sunstaff issue #66
Comments
I can see it in the demos, but I can't reproduce the thing: How do you so quickly switch to a different weapon to trigger this? |
Never mind, I did manage to reproduce using mouse scroll to switch weapons. |
Don't know whether I want to fix it, though. I'd like to make a release soon (I hope.. after 6 years...) |
Alright, yeah it isn't a high priority bug. Works as a free torchlight effect which is nice :) Good luck with the next version release! |
Indeed
😄
Thanks |
uhexen2/gamecode/hc/h2/sunstaff.hc
Lines 225 to 233 in 89191f6
There's a visual bug with the sunstaff that dates back to the original HexenC releases. If sunstaff is in firing animation, fire key is released and weapon is changed quickly, the EF_BRIGHTLIGHT effect will stay on indefinitely.
Adding
on line 231 of sunstaff.hc seems to fix this. I haven't noticed side effects. See attached demos.
sunstaff_bug.zip
The text was updated successfully, but these errors were encountered: