mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-22 08:49:46 +01: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:
parent
15e10af08e
commit
db06b336b6
1 changed files with 0 additions and 1 deletions
|
@ -5817,7 +5817,6 @@ void Game::customloadquick(std::string savfile)
|
|||
|
||||
map.showteleporters = true;
|
||||
if(obj.flags[12]) map.showtargets = true;
|
||||
if (obj.flags[42]) map.showtrinkets = true;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue