diff options
| author | Markus Mittendrein <maxmitti@maxmitti.tk> | 2022-02-20 17:11:14 +0100 |
|---|---|---|
| committer | Markus Mittendrein <maxmitti@maxmitti.tk> | 2022-02-20 17:11:14 +0100 |
| commit | 3ba9430edb4036cfad8737f54f4eb8a844e7360b (patch) | |
| tree | ffad4f410448ef74daddf30278c178bdec70015f | |
| parent | c12590c84b3a30b6e9272632f6802c9e6e172211 (diff) | |
| download | DTMenu.c4d-3ba9430edb4036cfad8737f54f4eb8a844e7360b.tar.gz DTMenu.c4d-3ba9430edb4036cfad8737f54f4eb8a844e7360b.zip | |
More #strict 3 fixes
| -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]; |
