Merge branch 'main' of https://gitea.zkd.ca/DEV_WEB/TicTacToe
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user