mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: library: fix missing return
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user