Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > e99bf8f2ea641ae8233a049b28427811 > files > 3

gearhead-1.310-3.mga9.src.rpm

Index: gearhead-1-1.300/sdlgfx.pp
===================================================================
--- gearhead-1-1.300/sdlgfx.pp
+++ gearhead-1-1.300/sdlgfx.pp	2016-04-04 20:29:06.907085405 +0200
@@ -1473,8 +1473,8 @@
 	Cursor_Sprite := ConfirmSprite( 'cursor.png' , '' , 8 , 16 );
 
 	TTF_Init;
-	Game_Font := TTF_OpenFont( 'Image' + OS_Dir_Separator + 'VeraBd.ttf' , BigFontSize );
-	Info_Font := TTF_OpenFont( 'Image' + OS_Dir_Separator + 'VeraMoBd.ttf' , SmallFontSize );
+	Game_Font := TTF_OpenFont( '/usr/share/fonts/TTF/VeraBd.ttf' , BigFontSize );
+	Info_Font := TTF_OpenFont( '/usr/share/fonts/TTF/VeraMoBd.ttf' , SmallFontSize );
 
 	Text_Messages := LoadStringList( Standard_Message_File );
 	Console_History := Nil;