diff --git a/src/game/state/state.h b/src/game/state/state.h index a4f7bf4..44ad91b 100644 --- a/src/game/state/state.h +++ b/src/game/state/state.h @@ -386,7 +386,7 @@ static const LevelData LEVEL_DATA_DEFAULT[LEVEL_COUNT] = .time = -1 }, { - .status = LEVEL_STATUS_UNLOCKED, + .status = LEVEL_STATUS_LOCKED, .score = -1, .time = -1 },