From e75cfd82f9e62471f49522bcc8d47d06929dde7d Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 23 Aug 2020 14:00:53 +0200 Subject: [PATCH] - the training map could not be started. --- source/exhumed/src/gameloop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/exhumed/src/gameloop.cpp b/source/exhumed/src/gameloop.cpp index 6bf518eac..be67febbc 100644 --- a/source/exhumed/src/gameloop.cpp +++ b/source/exhumed/src/gameloop.cpp @@ -208,7 +208,7 @@ void CheckProgression() { startlevel = true; // start a new game at the given level - if (!nNetPlayerCount) + if (!nNetPlayerCount && mylevelnew > 0) { showmap(levelnum, mylevelnew, nBestLevel, jobs); }