summaryrefslogtreecommitdiffstats
path: root/src/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.c b/src/game.c
index e544aa1..1db249a 100644
--- a/src/game.c
+++ b/src/game.c
@@ -52,7 +52,7 @@ static struct mftk_widget *
_mf_game_form(SDL_Renderer *renderer, TTF_Font *text_font,
struct _mf_game *game)
{
- game->timer = mftk_text_new('\0', '\0', 5, "00:00", text_font,
+ game->timer = mftk_text_new(MF_DIGITS ":", 5, "00:00", text_font,
SDL_FALSE, NULL, NULL, NULL, NULL);
return mftk_grid_new(2, 1, MF_ROW_M, MF_COL_M,
game->timer,