Fixed building with newly updated SDK.
Former-commit-id: bf0455aea7c54493b2b921a2fef52120163e0959
This commit is contained in:
@@ -579,7 +579,7 @@ static cell AMX_NATIVE_CALL engfunc(AMX *amx, cell *params)
|
||||
|
||||
|
||||
// pfnLightStyle
|
||||
case EngFunc_LightStyle: // void ) (int style, char* val);
|
||||
case EngFunc_LightStyle: // void ) (int style, const char* val);
|
||||
cRet = MF_GetAmxAddr(amx,params[2]);
|
||||
iparam1=cRet[0];
|
||||
temp = MF_GetAmxString(amx,params[3],0,&len);
|
||||
|
||||
Reference in New Issue
Block a user