diff --git a/source/cl_sys_win.c b/source/cl_sys_win.c index 12a6683..5dde053 100644 --- a/source/cl_sys_win.c +++ b/source/cl_sys_win.c @@ -365,7 +365,7 @@ void Sys_Sleep (void) } -void Sys_SendKeyEvents (void) +void IN_SendKeyEvents (void) { MSG msg; diff --git a/source/sys_null.c b/source/sys_null.c index 8533820..a80c666 100644 --- a/source/sys_null.c +++ b/source/sys_null.c @@ -133,7 +133,7 @@ void Sys_Sleep (void) { } -void Sys_SendKeyEvents (void) +void IN_SendKeyEvents (void) { } diff --git a/source/vid_ggi.c b/source/vid_ggi.c index 704235d..03236f1 100644 --- a/source/vid_ggi.c +++ b/source/vid_ggi.c @@ -894,7 +894,7 @@ static void GetEvent(void) } -void Sys_SendKeyEvents(void) +void IN_SendKeyEvents(void) { /* Get events from LibGGI */ if (ggivis) {