去掉比分冒号前后空格
This commit is contained in:
parent
995f965d61
commit
bfcd719d99
|
@ -1775,7 +1775,7 @@ void NineChess::setTips()
|
|||
switch (context.stage) {
|
||||
case NineChess::GAME_NOTSTARTED:
|
||||
tips = "轮到玩家1落子,剩余" + std::to_string(context.nPiecesInHand_1) + "子" +
|
||||
" 比分 " + to_string(score_1) + " : " + to_string(score_2);
|
||||
" 比分 " + to_string(score_1) + ":" + to_string(score_2);
|
||||
break;
|
||||
|
||||
case NineChess::GAME_PLACING:
|
||||
|
|
Loading…
Reference in New Issue