mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-19 23:51:01 +00:00
- the training map could not be started.
This commit is contained in:
parent
979cc63835
commit
e75cfd82f9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue