mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59:43 +01:00
Generate the minimap when entering editor playtesting
This commit is contained in:
parent
ca506a7bb5
commit
1cf8f1503a
1 changed files with 4 additions and 0 deletions
|
@ -2857,6 +2857,10 @@ void scriptclass::startgamemode( int t )
|
||||||
map.resetplayer();
|
map.resetplayer();
|
||||||
map.gotoroom(game.saverx, game.savery);
|
map.gotoroom(game.saverx, game.savery);
|
||||||
map.initmapdata();
|
map.initmapdata();
|
||||||
|
|
||||||
|
cl.generatecustomminimap();
|
||||||
|
map.customshowmm = true;
|
||||||
|
|
||||||
graphics.fademode = FADE_START_FADEIN;
|
graphics.fademode = FADE_START_FADEIN;
|
||||||
break;
|
break;
|
||||||
case 21: //play custom level (in editor)
|
case 21: //play custom level (in editor)
|
||||||
|
|
Loading…
Reference in a new issue