forgot to rename some SendKeyEvents functions

This commit is contained in:
Bill Currie 2000-05-23 09:52:17 +00:00
parent d14e18e42f
commit d7f0ffef60
3 changed files with 3 additions and 3 deletions

View file

@ -365,7 +365,7 @@ void Sys_Sleep (void)
}
void Sys_SendKeyEvents (void)
void IN_SendKeyEvents (void)
{
MSG msg;

View file

@ -133,7 +133,7 @@ void Sys_Sleep (void)
{
}
void Sys_SendKeyEvents (void)
void IN_SendKeyEvents (void)
{
}

View file

@ -894,7 +894,7 @@ static void GetEvent(void)
}
void Sys_SendKeyEvents(void)
void IN_SendKeyEvents(void)
{
/* Get events from LibGGI */
if (ggivis) {