From 1838eaacfc5ccc1fd4b373201552b74e5ca73c1a Mon Sep 17 00:00:00 2001
From: yanis <yanis.chaili@universite-paris-saclay.fr>
Date: Tue, 9 May 2023 11:49:24 +0200
Subject: [PATCH] Correction faute de frappe

---
 Pendu/GameEngine.swift | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Pendu/GameEngine.swift b/Pendu/GameEngine.swift
index 41be859..8c43086 100644
--- a/Pendu/GameEngine.swift
+++ b/Pendu/GameEngine.swift
@@ -64,7 +64,7 @@ class GameEngine: NSObject {
                 word = listThemeCitiesHard[randomInt]
             }
         } else if theme == "Colors"{
-            if difficulty == "GrosseFesse"{
+            if difficulty == "Easy"{
                 let randomInt = Int.random(in: 0..<listThemeColorsEasy.count)
                 word = listThemeColorsEasy[randomInt]
             } else {
-- 
GitLab