mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +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;
|
UINT32 i;
|
||||||
conditionset_t *c;
|
conditionset_t *c;
|
||||||
boolean ret;
|
boolean ret = false;
|
||||||
|
|
||||||
for (i = 0; i < MAXCONDITIONSETS; ++i)
|
for (i = 0; i < MAXCONDITIONSETS; ++i)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue