mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
fpersmissive fixes
This commit is contained in:
@@ -509,7 +509,7 @@ bool InputHandleInputEvent( const InputEvent_t &event )
|
||||
return true;
|
||||
|
||||
case IE_IMESetWindow:
|
||||
g_pIInput->SetIMEWindow( (void *)event.m_nData );
|
||||
g_pIInput->SetIMEWindow( (void *)(intp)event.m_nData );
|
||||
return true;
|
||||
|
||||
case IE_LocateMouseClick:
|
||||
|
||||
Reference in New Issue
Block a user