Author: gregor herrmann <gregoa@debian.org>
Description: Update path to Isabella.ttf
Bug-Debian: http://bugs.debian.org/653953
--- magicmaze-1.4.3.6.dfsg.orig/magicmaze/graphics.rb
+++ magicmaze-1.4.3.6.dfsg/magicmaze/graphics.rb
@@ -171,7 +171,7 @@
 	@font32 = SDL::TTF.open( fontfile, fontsize.last  * SCALE_FACTOR )
       rescue SDL::Error => err
 	# Debian font
-	fontfile = "/usr/share/fonts/truetype/Isabella.ttf"
+	fontfile = "/usr/share/fonts/truetype/ttf-isabella/Isabella.ttf"
 	fontsize = [12, 28]
 	if tries < 1 then 
 	  tries += 1 # to avoid loop.
