mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-03-11 05:21:07 +00:00
client: fix XASH_64BIT check
This commit is contained in:
parent
5b597028fe
commit
cf5ebd128c
@ -3945,7 +3945,7 @@ qboolean CL_LoadProgs( const char *name )
|
|||||||
|
|
||||||
// a1ba: we need to check if client.dll has direct dependency on SDL2
|
// a1ba: we need to check if client.dll has direct dependency on SDL2
|
||||||
// and if so, disable relative mouse mode
|
// and if so, disable relative mouse mode
|
||||||
#if XASH_WIN32 && !defined(XASH_64BIT)
|
#if XASH_WIN32 && !XASH_64BIT
|
||||||
if( ( clgame.client_dll_uses_sdl = COM_CheckLibraryDirectDependency( name, OS_LIB_PREFIX "SDL2." OS_LIB_EXT, false ) ) )
|
if( ( clgame.client_dll_uses_sdl = COM_CheckLibraryDirectDependency( name, OS_LIB_PREFIX "SDL2." OS_LIB_EXT, false ) ) )
|
||||||
{
|
{
|
||||||
Con_Printf( S_NOTE "%s uses SDL2 for mouse input\n", name );
|
Con_Printf( S_NOTE "%s uses SDL2 for mouse input\n", name );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user