Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 954764706495c7ca159acfc530bc1a8f > files > 3

hyperrogue-5.5a-1.mga5.src.rpm

Index: hyperrogue-55/graph.cpp
===================================================================
--- hyperrogue-55/graph.cpp
+++ hyperrogue-55/graph.cpp	2015-03-09 10:25:11.100987775 +0100
@@ -199,7 +199,7 @@
 
 void loadfont(int siz) {
   if(!font[siz]) {
-    font[siz] = TTF_OpenFont("DejaVuSans-Bold.ttf", siz);
+    font[siz] = TTF_OpenFont("/usr/share/fonts/TTF/dejavu/DejaVuSans-Bold.ttf", siz);
     if (font[siz] == NULL) {
       printf("error: Font file not found\n");
       exit(1);