fix loop
This commit is contained in:
@@ -183,7 +183,7 @@ local function ShowScreenInstructions()
|
|||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
|
|
||||||
for pn = PLAYER_1,NUM_PLAYERS-1 do
|
for _,pn in ipairs(PlayerNumber) do
|
||||||
if DifficultyIndex[GAMESTATE:GetPreferredDifficulty(pn)] <= DifficultyIndex["Difficulty_Easy"] then
|
if DifficultyIndex[GAMESTATE:GetPreferredDifficulty(pn)] <= DifficultyIndex["Difficulty_Easy"] then
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user