Skip to content

[SUGOI] Level select no longer assumes that games will always be linear

Sal requested to merge TehRealSalt/SRB2:select-heading-no-gaps into next

If a level is in-between two with the same header, it would previously create two headers with the same name. Now it groups all levels with the same header together.

Before:

srb20502

After:

srb20503

Previously, a header would only be visible if its first map was visible. Now it will show the header if you've visited any level under the header.

Before:

srb20500

After:

srb20499

EXE: srb2win_select-heading.exe

Edited by Sal

Merge request reports