add another map to the list

This commit is contained in:
Vivian Lim 2020-09-06 22:57:54 -07:00
parent 6ccbc4b602
commit 63a97a2bca
1 changed files with 4 additions and 1 deletions

View File

@ -3637,7 +3637,10 @@ tryagain:
ix = okmaps[M_RandomKey(numokmaps)];
//hack: don't pick any of these maps
if (ix == 35){ // Kodachrome Void
// map numbering seems to start at 0, -1 here
// not sure if this actually works
if (ix == 35 // Kodachrome Void
|| ix == 33 ){ // cloud cradle zone
goto tryagain;
}