mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
Fix pev_blending not working with set_pev (bug 5758, r=me)
This commit is contained in:
parent
6f39588049
commit
4c3fc7eb97
@ -390,8 +390,8 @@ static cell AMX_NATIVE_CALL amx_set_pev(AMX *amx, cell *params)
|
||||
pEdict->v.controller[3]=blah[3];
|
||||
return 1;
|
||||
case blending:
|
||||
pEdict->v.controller[0]=blah[0];
|
||||
pEdict->v.controller[1]=blah[1];
|
||||
pEdict->v.blending[0]=blah[0];
|
||||
pEdict->v.blending[1]=blah[1];
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user