mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-03-11 21:41:03 +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 );
|
func = COM_GetPlatformNeutralName( pName );
|
||||||
|
|
||||||
if( func )
|
if( func )
|
||||||
COM_FunctionFromName( hInstance, func );
|
return COM_FunctionFromName( hInstance, func );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return COM_FunctionFromName( hInstance, pName );
|
return COM_FunctionFromName( hInstance, pName );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user