Skip to content

Handle multiple portals on a sector#1498

Merged
chreden merged 1 commit intomasterfrom
issue/1496
Sep 22, 2025
Merged

Handle multiple portals on a sector#1498
chreden merged 1 commit intomasterfrom
issue/1496

Conversation

@chreden
Copy link
Owner

@chreden chreden commented Sep 22, 2025

Sometimes sectors can have several portals on a sector - forward and up usually. Previous the second portal was overwriting the original. This changes it to store all of them and act on the 0th one - this is usually the forward portal. At some point will rewrite the minimap to be able to display the extra portals.

This won't fix geometry mode issues that were caused by the overwritten portals, that is in a separate issue.

Closes #1496

Sometimes sectors can have several portals on a sector - forward and up usually. Previous the second portal was overwriting the original. This changes it to store all of them and act on the 0th one - this is usually the forward portal. At some point will rewrite the minimap to be able to display the extra portals.

This won't fix geometry mode issues that were caused by the overwritten portals, that is in a separate issue.

Closes #1496
@chreden chreden added this to the Next milestone Sep 22, 2025
@chreden chreden self-assigned this Sep 22, 2025
@chreden chreden enabled auto-merge (squash) September 22, 2025 00:48
@chreden chreden merged commit f610ef6 into master Sep 22, 2025
1 check passed
@chreden chreden deleted the issue/1496 branch September 22, 2025 08:40
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.

Multiple portals on same sector not properly handled

2 participants