summaryrefslogtreecommitdiff
path: root/src/client/game.c
diff options
context:
space:
mode:
authorDusan Durech <dusan@debian.debian>2009-04-01 22:49:05 +0200
committerDusan Durech <dusan@debian.debian>2009-04-01 22:49:05 +0200
commit43a0c9e57cfdf03ce9e12dd64ce3825337dfb75b (patch)
treeceb30162405644459d3f1aaa08409034737be43e /src/client/game.c
parent285f01f09c226d23148f515e5262ab243f88befb (diff)
Support libfontconfig
Diffstat (limited to 'src/client/game.c')
-rw-r--r--src/client/game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/game.c b/src/client/game.c
index 87676d5..310c45a 100644
--- a/src/client/game.c
+++ b/src/client/game.c
@@ -47,7 +47,7 @@ static void initGame()
createHomeDirector();
initSDL();
- initFont(FONT_FILE, FONT_SIZE);
+ initFont();
initLayer();
initImageData();
#ifndef NO_SOUND