mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-23 16:32:36 +00:00
Permit M_CheckNetUnlockByID if conditionset is zeroed
This commit is contained in:
parent
7081ffd509
commit
5bb149c47a
1 changed files with 2 additions and 1 deletions
|
|
@ -999,7 +999,8 @@ UINT8 M_CompletionEmblems(void) // Bah! Duplication sucks, but it's for a separa
|
||||||
|
|
||||||
boolean M_CheckNetUnlockByID(UINT8 unlockid)
|
boolean M_CheckNetUnlockByID(UINT8 unlockid)
|
||||||
{
|
{
|
||||||
if (unlockid >= MAXUNLOCKABLES)
|
if (unlockid >= MAXUNLOCKABLES
|
||||||
|
|| !unlockables[unlockid].conditionset)
|
||||||
{
|
{
|
||||||
return true; // default permit
|
return true; // default permit
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue