mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-22 01:47:45 +01:00
Add missing cast.
This commit is contained in:
parent
056db40061
commit
015b5425ff
@ -2378,7 +2378,7 @@ int CRestore::ReadField( void *pBaseData, TYPEDESCRIPTION *pFields, int fieldCou
|
||||
if ( strlen( (char *)pInputData ) == 0 )
|
||||
*((void**)pOutputData) = 0;
|
||||
else
|
||||
*((void**)pOutputData) = FUNCTION_FROM_NAME( (char *)pInputData );
|
||||
*((void**)pOutputData) = (void**)FUNCTION_FROM_NAME( (char *)pInputData );
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user