mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-03-11 05:21:07 +00:00
engine: library: fix missing return
This commit is contained in:
parent
894726d699
commit
21174dc9cf
@ -72,7 +72,7 @@ void *COM_FunctionFromName_SR( void *hInstance, const char *pName )
|
||||
func = COM_GetPlatformNeutralName( pName );
|
||||
|
||||
if( func )
|
||||
COM_FunctionFromName( hInstance, func );
|
||||
return COM_FunctionFromName( hInstance, func );
|
||||
#endif
|
||||
|
||||
return COM_FunctionFromName( hInstance, pName );
|
||||
|
Loading…
x
Reference in New Issue
Block a user