mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 07:22:28 +00:00
Fixed spr2 freslot logic bug.
This commit is contained in:
parent
14e8ac702f
commit
24ab56691e
1 changed files with 1 additions and 1 deletions
|
@ -671,7 +671,7 @@ static void readfreeslots(MYFILE *f)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (fastcmp(type, "SPR2_"))
|
else if (fastcmp(type, "SPR2"))
|
||||||
{
|
{
|
||||||
// Search if we already have an SPR2 by that name...
|
// Search if we already have an SPR2 by that name...
|
||||||
for (i = SPR_FIRSTFREESLOT; i < free_spr2; i++)
|
for (i = SPR_FIRSTFREESLOT; i < free_spr2; i++)
|
||||||
|
|
Loading…
Reference in a new issue