Skip to content

Fix BootMap not having any effect when loaded from the addon menu

Hanicef requested to merge Hanicef/SRB2:fix-bootmap-load into next

If an addon is loaded from the addons menu, the BootMap field is ignored if it's set inside MainCfg. This works fine if the game is started using the -file parameter, though.

This patch fixes that by checking if BootMap has been set when an addon is loaded from the title screen, and warps to the corresponding map if so.

Addon to illustrate the bug: poc.pk3

Merge request reports

Loading