--- np2/nevent.c 2003/12/08 00:55:30 1.6 +++ np2/nevent.c 2004/02/18 21:58:41 1.8 @@ -6,7 +6,7 @@ _NEVENT nevent; -void nevent_init(void) { +void nevent_allreset(void) { // すべてをリセット ZeroMemory(&nevent, sizeof(nevent)); @@ -188,7 +188,7 @@ void nevent_set(UINT id, SINT32 eventclo void nevent_setbyms(UINT id, SINT32 ms, NEVENTCB proc, BOOL absolute) { - nevent_set(id, (pc.realclock / 1000) * ms, proc, absolute); + nevent_set(id, (pccore.realclock / 1000) * ms, proc, absolute); } BOOL nevent_iswork(UINT id) {