stupid cross platform randomness issue, plus other fixes

This commit is contained in:
2024-08-29 21:47:29 -04:00
parent 3599baea22
commit f63b445e52
20 changed files with 217 additions and 74 deletions

View File

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