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 {
|
else {
|
||||||
style = "themes/themeDefaut.txt";
|
style = "themes/themeDefaut.txt";
|
||||||
cout << "\nLe theme par defaut sera quand meme choisi.";
|
cout << "\nLe theme par defaut sera quand meme choisi. \n";
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
@@ -416,7 +416,7 @@ void changerLeTheme(bool& theme) {
|
|||||||
|
|
||||||
else {
|
else {
|
||||||
style = "themes/themeDefaut.txt";
|
style = "themes/themeDefaut.txt";
|
||||||
cout << "\nLe theme par defaut sera choisi.";
|
cout << "\nLe theme par defaut sera choisi.\n";
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
@@ -434,7 +434,7 @@ void changerLeTheme(bool& theme) {
|
|||||||
|
|
||||||
else {
|
else {
|
||||||
style = "themes/themeDefaut.txt";
|
style = "themes/themeDefaut.txt";
|
||||||
cout << "\nLe theme par defaut sera choisi.";
|
cout << "\nLe theme par defaut sera choisi.\n";
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
@@ -452,7 +452,7 @@ void changerLeTheme(bool& theme) {
|
|||||||
|
|
||||||
else {
|
else {
|
||||||
style = "themes/themeDefaut.txt";
|
style = "themes/themeDefaut.txt";
|
||||||
cout << "\nLe theme par defaut sera choisi.";
|
cout << "\nLe theme par defaut sera choisi.\n";
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
@@ -476,7 +476,6 @@ void changerLeTheme(bool& theme) {
|
|||||||
|
|
||||||
case 'Q':
|
case 'Q':
|
||||||
cout << "\n\nRetour au menu principal";
|
cout << "\n\nRetour au menu principal";
|
||||||
system("PAUSE>nul");
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user