diff --git a/desktop_version/src/Game.cpp b/desktop_version/src/Game.cpp index 83b5ddf8..26becd01 100644 --- a/desktop_version/src/Game.cpp +++ b/desktop_version/src/Game.cpp @@ -2672,17 +2672,22 @@ void Game::updatestate(void) unlocknum(19); } - if (bestgamedeaths == -1) +#ifndef MAKEANDPLAY + if (!map.custommode) { - bestgamedeaths = deathcounts; - } - else - { - if (deathcounts < bestgamedeaths) + if (bestgamedeaths == -1) { bestgamedeaths = deathcounts; } + else + { + if (deathcounts < bestgamedeaths) + { + bestgamedeaths = deathcounts; + } + } } +#endif if (bestgamedeaths > -1) { if (bestgamedeaths <= 500) {