--- np2/pccore.c 2004/03/22 05:38:46 1.81 +++ np2/pccore.c 2004/03/28 10:50:16 1.83 @@ -574,13 +574,15 @@ UINT cflg; #endif -void pccore_postevent(UINT32 event) { +void pccore_postevent(UINT32 event) { // yet! + + (void)event; } void pccore_exec(BOOL draw) { drawframe = draw; - keystat_sync(); +// keystat_sync(); soundmng_sync(); mouseif_sync(); pal_eventclear();