We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In count_item_drop_sets() in zquest.cpp, we could probably easily remove the bool found.
The text was updated successfully, but these errors were encountered:
File->Save As runs this function
Sorry, something went wrong.
the int32_t count declaration uselessly initializes it to zero since the for loop reinitializes it to 255
this function also assumes that the questmaker is using a contiguous sequence of item drop slots
No branches or pull requests
In count_item_drop_sets() in zquest.cpp, we could probably easily remove the bool found.
The text was updated successfully, but these errors were encountered: