From: Jonathan Campbell <jonathan@castus.tv>
Date: Thu, 21 Apr 2016 13:59:12 +0000 (-0700)
Subject: shinku() needs ROM font to modexprint. make sure to fetch it.
X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=7a5972f22bc736616ad4ac2e27f3ecf6f6f93663;p=16.git

shinku() needs ROM font to modexprint. make sure to fetch it.
---

diff --git a/src/16.c b/src/16.c
index 5ab85e09..990a2115 100755
--- a/src/16.c
+++ b/src/16.c
@@ -55,7 +55,7 @@ main(int argc, char *argv[])
 
 	//screen = modexDefaultPage();
 	engi_stat = ENGI_RUN;
-	//textInit();
+	textInit();
 
 	/* save the palette */
 	dpal = modexNewPal();