mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Don't set showtrinkets when loading custom quicksave
Otherwise trinkets could randomly show up on the minimap when levels don't want them to.
This commit is contained in:
@@ -5817,7 +5817,6 @@ void Game::customloadquick(std::string savfile)
|
|||||||
|
|
||||||
map.showteleporters = true;
|
map.showteleporters = true;
|
||||||
if(obj.flags[12]) map.showtargets = true;
|
if(obj.flags[12]) map.showtargets = true;
|
||||||
if (obj.flags[42]) map.showtrinkets = true;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user