The source project of this merge request has been removed.
Fix segfault when exiting game with automap open
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)