Skip to content

Commit 86df011

Browse files
committed
Added space
1 parent a498c20 commit 86df011

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

monopoly.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ bool trading_menue(player &p){
11101110
int desicion;
11111111
do{
11121112
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"
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"
11141114
<<"You give: $" <<amount2;
11151115
for(int i : tiles2){
11161116
std::cout<<", "<<colorCodes[gameBoard[i].color].first<<gameBoard[i].tileName;

0 commit comments

Comments
 (0)