mirror of
https://github.com/gwenhael-le-moine/emstar.git
synced 2024-11-16 07:48:10 +01:00
for format string
This commit is contained in:
parent
4d5efc0c95
commit
062508979e
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ Move player char to point and evaluate game status."
|
|||
(emstar-find-current-pos))
|
||||
|
||||
(defun emstar-update-mode-line ()
|
||||
(setq emstar-game-info (format "Level: %d -- Gifts collected: %d/%d -- Distance: %d"
|
||||
(setq emstar-game-info (format "Level: %d -- Gifts collected: %d/%d -- Distance: %d %s"
|
||||
(or (bound-and-true-p emstar-level)
|
||||
0)
|
||||
emstar-collected-gifts
|
||||
|
|
Loading…
Reference in a new issue