wwww
Revision | 7a5972f22bc736616ad4ac2e27f3ecf6f6f93663 (tree) |
---|---|
Time | 2016-04-21 22:59:12 |
Author | Jonathan Campbell <jonathan@cast...> |
Commiter | Jonathan Campbell |
shinku() needs ROM font to modexprint. make sure to fetch it.
@@ -55,7 +55,7 @@ main(int argc, char *argv[]) | ||
55 | 55 | |
56 | 56 | //screen = modexDefaultPage(); |
57 | 57 | engi_stat = ENGI_RUN; |
58 | - //textInit(); | |
58 | + textInit(); | |
59 | 59 | |
60 | 60 | /* save the palette */ |
61 | 61 | dpal = modexNewPal(); |