Skip to content
Snippets Groups Projects
Commit 1838eaac authored by yanis's avatar yanis
Browse files

Correction faute de frappe

parent cd889d89
Branches
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ class GameEngine: NSObject { ...@@ -64,7 +64,7 @@ class GameEngine: NSObject {
word = listThemeCitiesHard[randomInt] word = listThemeCitiesHard[randomInt]
} }
} else if theme == "Colors"{ } else if theme == "Colors"{
if difficulty == "GrosseFesse"{ if difficulty == "Easy"{
let randomInt = Int.random(in: 0..<listThemeColorsEasy.count) let randomInt = Int.random(in: 0..<listThemeColorsEasy.count)
word = listThemeColorsEasy[randomInt] word = listThemeColorsEasy[randomInt]
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment