diff --git a/stepmania/src/UnlockSystem.cpp b/stepmania/src/UnlockSystem.cpp index c613e7f45f..eb47da322e 100644 --- a/stepmania/src/UnlockSystem.cpp +++ b/stepmania/src/UnlockSystem.cpp @@ -444,7 +444,7 @@ bool UnlockSystem::ReadValues( CString filename) data.SetPath(filename); - if (data.ReadFile()) + if (!data.ReadFile()) return false; data.GetValueF( "Unlock", "ArcadePointsAccumulated", ArcadePoints );