M_CheckUnlockConditions: Fix initialisation

This commit is contained in:
toaster 2025-08-15 16:24:45 +01:00
parent fb2224e9b1
commit 69315d9163

View file

@ -3204,7 +3204,7 @@ static boolean M_CheckUnlockConditions(player_t *player)
{
UINT32 i;
conditionset_t *c;
boolean ret;
boolean ret = false;
for (i = 0; i < MAXCONDITIONSETS; ++i)
{