fixed typos in messsage processing

fixed loadlibrary code
fixed game identification in chatter
This commit is contained in:
jeefo 2016-03-13 11:58:35 +03:00
commit 730ce7a1d4
5 changed files with 32 additions and 29 deletions

View file

@ -584,7 +584,7 @@ void Engine::TerminateTranslator (void)
m_language.RemoveAll ();
}
void Engine::ProcessMesageCapture (void *ptr)
void Engine::ProcessMessageCapture (void *ptr)
{
if (m_msgBlock.msg == NETMSG_UNDEFINED)
return;