diff --git a/TicTacToe/fonctions.cpp b/TicTacToe/fonctions.cpp index c0c6b56..30b1a52 100644 --- a/TicTacToe/fonctions.cpp +++ b/TicTacToe/fonctions.cpp @@ -397,7 +397,7 @@ void changerLeTheme(bool& theme) { else { style = "themes/themeDefaut.txt"; - cout << "\nLe theme par defaut sera quand meme choisi."; + cout << "\nLe theme par defaut sera quand meme choisi. \n"; } break; @@ -416,7 +416,7 @@ void changerLeTheme(bool& theme) { else { style = "themes/themeDefaut.txt"; - cout << "\nLe theme par defaut sera choisi."; + cout << "\nLe theme par defaut sera choisi.\n"; } break; @@ -434,7 +434,7 @@ void changerLeTheme(bool& theme) { else { style = "themes/themeDefaut.txt"; - cout << "\nLe theme par defaut sera choisi."; + cout << "\nLe theme par defaut sera choisi.\n"; } break; @@ -452,7 +452,7 @@ void changerLeTheme(bool& theme) { else { style = "themes/themeDefaut.txt"; - cout << "\nLe theme par defaut sera choisi."; + cout << "\nLe theme par defaut sera choisi.\n"; } break; @@ -476,7 +476,6 @@ void changerLeTheme(bool& theme) { case 'Q': cout << "\n\nRetour au menu principal"; - system("PAUSE>nul"); break; default: