This commit is contained in:
Glenn Maynard
2006-10-23 08:45:33 +00:00
parent c955bde20c
commit c65a15f2f1
2 changed files with 3 additions and 3 deletions
@@ -183,7 +183,7 @@ local function ShowScreenInstructions()
return true
end
for _,pn in ipairs(PlayerNumber) do
for pn in ivalues(PlayerNumber) do
if Difficulty:Compare( GAMESTATE:GetPreferredDifficulty(pn), "Difficulty_Easy" ) <= 0 then
return true
end