mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Fix Game::anything_unlocked() always evaluating to true
Whoops.
This commit is contained in:
@@ -7641,7 +7641,7 @@ bool Game::anything_unlocked()
|
||||
{
|
||||
if (unlock[i] &&
|
||||
(i == 8 // Secret Lab
|
||||
|| i >= 9 || i <= 14 // any Time Trial
|
||||
|| (i >= 9 && i <= 14) // any Time Trial
|
||||
|| i == 16 // Intermission replays
|
||||
|| i == 17 // No Death Mode
|
||||
|| i == 18)) // Flip Mode
|
||||
|
||||
Reference in New Issue
Block a user