Skip to content

Fix segfault when exiting game with automap open

Hanicef requested to merge Hanicef/SRB2:fix-exit-automap-segfault into next

When exiting the game, the exit logic wasn't resetting automapactive, so it tried to use the automap in the title screen which doesn't really work due to a missing player.

Fixes #1049 (closed)

Merge request reports