1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-17 18:18:30 +02:00

Generate the minimap when entering editor playtesting

This commit is contained in:
AllyTally 2022-11-25 16:53:07 -04:00 committed by Misa Elizabeth Kai
parent ca506a7bb5
commit 1cf8f1503a

View File

@ -2857,6 +2857,10 @@ void scriptclass::startgamemode( int t )
map.resetplayer();
map.gotoroom(game.saverx, game.savery);
map.initmapdata();
cl.generatecustomminimap();
map.customshowmm = true;
graphics.fademode = FADE_START_FADEIN;
break;
case 21: //play custom level (in editor)