mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-02-02 10:14:42 +00:00
engine: platform: sdl: SetCursorType shouldn't know about current game state
This commit is contained in:
parent
2d2523df4a
commit
d45e6e0ad1
@ -319,9 +319,6 @@ void Platform_SetCursorType( VGUI_DefaultCursor type )
|
||||
return;
|
||||
#endif
|
||||
|
||||
if( cls.key_dest != key_game || cl.paused )
|
||||
return;
|
||||
|
||||
switch( type )
|
||||
{
|
||||
case dc_user:
|
||||
|
Loading…
x
Reference in New Issue
Block a user