Add a menu option for showjoinaddress; disable it by default
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Filter activity
327 327 void *itemaction; 328 328 329 329 // hotkey in menu or y of the item 330 UINT8 alphaKey; 330 UINT16 alphaKey; Worried about the consequences of this change, as it has been UINT8 for a very long time and I do not know if there are things which rely on the datatype or conversions which would break. Minusoned until you can convince me this change doesn't break anything. (I like everything else about the MR though.)
Edited by toaster
added 1 commit
- 30043682 - Cast UINT16 for unlockable_t.height -> alphaKey
mentioned in commit 9147474a
Please register or sign in to reply