Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
safalin1 committed Jun 18, 2023
2 parents 6f9ef9f + 2af0a1e commit 096274e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripting/SpecialRounds.sp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void InitializeSpecialRounds()
{
g_bSpecialRoundSpeedEventsDisabled[i] = (kv.GetNum("DisableSpeedEvents", 0) == 1);
g_bSpecialRoundMultiplePlayersOnly[i] = (kv.GetNum("MultiplePlayersOnly", 0) == 1);
g_iSpecialRoundBossGameThreshold[i] = kv.GetNum("g_iBossGameThreshold", 0);
g_iSpecialRoundBossGameThreshold[i] = kv.GetNum("BossGameThreshold", 0);

i++;
}
Expand Down

0 comments on commit 096274e

Please sign in to comment.