mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-18 03:22:35 +00:00
M_CheckUnlockConditions: Fix initialisation
This commit is contained in:
parent
fb2224e9b1
commit
69315d9163
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue