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
We have some magic value occurances in various places in our code base.
One of such examples is #4964.
We should replace those magic values by macro defines. This would be an ongoing issue.
The text was updated successfully, but these errors were encountered:
We almost exclusively use magic numbers without macros for IDC's in ACE:
ACE3/addons/optionsmenu/functions/fnc_onServerListBoxShowSelectionChanged.sqf
Lines 33 to 43 in 98da86b
We also never use the DIK table for key codes: #include "\a3\ui_f\hpp\defineDIKCodes.inc"
#include "\a3\ui_f\hpp\defineDIKCodes.inc"
Sorry, something went wrong.
Closing due to age, inactivity or already solved. May be re-opened if the issue is still present, even better just open a new up-to-date Issue.
No branches or pull requests
We have some magic value occurances in various places in our code base.
One of such examples is #4964.
We should replace those magic values by macro defines. This would be an ongoing issue.
The text was updated successfully, but these errors were encountered: