Skip to content

Fix for Grouping units using LCtrl+<Number> does not work #78#81

Merged
Fighter19 merged 1 commit into
Fighter19:developfrom
xpocho:develop
Jul 3, 2025
Merged

Fix for Grouping units using LCtrl+<Number> does not work #78#81
Fighter19 merged 1 commit into
Fighter19:developfrom
xpocho:develop

Conversation

@xpocho

@xpocho xpocho commented May 21, 2025

Copy link
Copy Markdown

Hi, I have prepared a small change that fixes #78. The problem was just that SDL orders numbers from 0 (0,1,2,...,9), but generals from 1 (1,2,3,...,9,0). So I changed the calculation to start from 1 and handled 0 as special case.

@d10sfan

d10sfan commented May 21, 2025

Copy link
Copy Markdown

Nice find!

@Fighter19 Fighter19 merged commit ec3dac0 into Fighter19:develop Jul 3, 2025
@Fighter19

Copy link
Copy Markdown
Owner

Thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Grouping units using LCtrl+<Number> does not work

3 participants