mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-16 07:22:16 -07:00
formatting
This commit is contained in:
parent
53ba286b3e
commit
6f8e0100b5
1 changed files with 1 additions and 2 deletions
|
|
@ -620,8 +620,7 @@ void MessageLogWidget::logSetActivePhase(int phaseNumber)
|
||||||
|
|
||||||
soundEngine->playSound(phase.soundFileName);
|
soundEngine->playSound(phase.soundFileName);
|
||||||
|
|
||||||
appendHtml("<font color=\"" + phase.color + "\"><b>" + getCurrentTime() +
|
appendHtml("<font color=\"" + phase.color + "\"><b>" + getCurrentTime() + phase.getName() + "</b></font>");
|
||||||
phase.getName() + "</b></font>");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void MessageLogWidget::logSetActivePlayer(Player *player)
|
void MessageLogWidget::logSetActivePlayer(Player *player)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue