Skip to content

Commit

Permalink
libcore|SavedSession: Record's text formatting expects monospaced fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 26, 2014
1 parent 6337d2c commit 6f41dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libcore/src/game/savedsession.cpp
Expand Up @@ -174,7 +174,7 @@ String SavedSession::Metadata::asStyledText() const
_E(l) "Session id: " _E(.)_E(i) "%3\n" _E(.)
_E(l) "Episode: " _E(.)_E(i) "%4\n" _E(.)
_E(D) "Current map:\n" _E(.) "%5\n"
_E(D) "Game rules:\n" _E(.) "%6")
_E(D) "Game rules:\n" _E(.) _E(m) "%6" _E(r)) // monospace for Record output
.arg(gets("userDescription", ""))
.arg(gets("gameIdentityKey", ""))
.arg(geti("sessionId", 0))
Expand Down

0 comments on commit 6f41dac

Please sign in to comment.