mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-04 00:23:22 +08:00
[saco] Implement Arch_ShowCursor(...)
This commit is contained in:
parent
1649a5c975
commit
29c3a8b351
@ -100,9 +100,8 @@ DWORD WINAPI Arch_GetFileType( HANDLE hFile )
|
||||
|
||||
int WINAPI Arch_ShowCursor(BOOL bShow)
|
||||
{
|
||||
// TODO: Arch_ShowCursor
|
||||
|
||||
return Real_ShowCursor(bShow);
|
||||
if (bShow != FALSE) return 0;
|
||||
return -1;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user