We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a498c20 commit 86df011Copy full SHA for 86df011
1 file changed
monopoly.cpp
@@ -1110,7 +1110,7 @@ bool trading_menue(player &p){
1110
int desicion;
1111
do{
1112
displayGameBoard();
1113
- std::cout<<colorCodes[players[otherplayers[sel]].color].first << players[otherplayers[sel]].symbol << " " << players[otherplayers[sel]].name << RESET_COLOR << "do you accept the trade?\n"
+ std::cout<<colorCodes[players[otherplayers[sel]].color].first << players[otherplayers[sel]].symbol << " " << players[otherplayers[sel]].name << RESET_COLOR << " do you accept the trade?\n"
1114
<<"You give: $" <<amount2;
1115
for(int i : tiles2){
1116
std::cout<<", "<<colorCodes[gameBoard[i].color].first<<gameBoard[i].tileName;
0 commit comments