diff --git a/src/m_pw.cpp b/src/m_pw.cpp index 89ff937bf..acc3859de 100644 --- a/src/m_pw.cpp +++ b/src/m_pw.cpp @@ -323,6 +323,8 @@ void f_maps() { if ((mapheaderinfo[i]->records.mapvisited & GD_MV_SET) == GD_MV_SET) continue; + if (mapheaderinfo[i]->typeoflevel & TOL_VERSUS) + continue; mapheaderinfo[i]->records.mapvisited |= GD_MV_SET; success = true; }