the final solution to the randomness problem

This commit is contained in:
2024-08-29 22:16:35 -04:00
parent f63b445e52
commit a7cb9a7383
5 changed files with 8 additions and 4 deletions

View File

@ -396,7 +396,7 @@ static const LevelData LEVEL_DATA_DEFAULT[LEVEL_COUNT] =
.time = -1
},
{
.status = LEVEL_STATUS_UNLOCKED,
.status = LEVEL_STATUS_LOCKED,
.score = -1,
.time = -1
},