mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-19 20:09:06 +03: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