--- np2/win9xc/np2.cpp 2004/03/31 14:02:51 1.29 +++ np2/win9xc/np2.cpp 2005/02/07 14:46:15 1.31 @@ -69,7 +69,7 @@ static UINT waitcnt = 0; static UINT framemax = 1; static int np2opening = 1; static int np2quitmsg = 0; -static BYTE scrnmode; +static UINT8 scrnmode; static const char np2help[] = "np2.chm"; @@ -88,10 +88,10 @@ static void winuileave(void) { soundmng_enable(SNDPROC_MAIN); } -static void changescreen(BYTE newmode) { +static void changescreen(UINT8 newmode) { - BYTE change; - BYTE renewal; + UINT8 change; + UINT8 renewal; change = scrnmode ^ newmode; renewal = (change & SCRNMODE_FULLSCREEN); @@ -826,6 +826,7 @@ static void framereset(void) { framecnt = 0; sysmng_updatecaption(); memdbg_process(); + skbdwin_process(); } static void processwait(UINT cnt) {