X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16text.c;h=03b7c61588e6a555f164a427098edc49aa7f7381;hb=a565be31ce92d6168ae6983042da75b0b683e52b;hp=81b71d98cc40594656ef25aed90a63cdca353779;hpb=afebb0aa9e93ca48e0955877d5cbd883e650d35f;p=16.git diff --git a/src/lib/16text.c b/src/lib/16text.c index 81b71d98..03b7c615 100755 --- a/src/lib/16text.c +++ b/src/lib/16text.c @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 + * Copyright (C) 2012-2019 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -20,15 +20,15 @@ * */ -#include "16text.h" +#include "src/lib/16text.h" /* this array holds the rom font descriptors */ font_t romFonts[4]; fontdata_t romFontsData; static void getRomFontAddr(char fontNum, int index) { - word fontSeg; - word fontOff; + word fontSeg=0; + word fontOff=0; __asm { PUSH AX