-
Notifications
You must be signed in to change notification settings - Fork 739
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
Safemode - Fix indicator when switching units #6612
Conversation
Oh also I removed the todo because that seems to be a leftover from AGM about this exact problem. |
addons/safemode/XEH_postInit.sqf
Outdated
}, | ||
{false}, | ||
[41, [false, true, false]], false] call CBA_fnc_addKeybind; | ||
}, {false}, [41, [false, true, false]], false] call CBA_fnc_addKeybind; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Magic nimber, should be something like DIK_*
.
No, it refers to a new unit info display being opened, which has nothing to do with changing the soldier actually. |
Okay, so when would that actually happen? I can't find it ever being raised with "Soldier". |
Loading a savegame for example. |
* Fix safe mode indicator when switching units * Use DIK macro instead of magic number
When merged this pull request will: