diff options
Diffstat (limited to 'Script.c')
| -rw-r--r-- | Script.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -837,6 +837,7 @@ func SubMenuItemCallback(int action, object menuObject, args, array allArgs) func DecodeSelection(int& selection) { + selection ??= 0; var column = selection % columnCount; selection /= columnCount; selection -= columnOffsets[column]; |
