mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 14:25:38 +03:00
parent
54cac3b051
commit
b5572520c2
@ -584,7 +584,7 @@ static cell AMX_NATIVE_CALL ArraySort(AMX* amx, cell* params)
|
|||||||
int SortArrayListExCell(const void *itema, const void *itemb)
|
int SortArrayListExCell(const void *itema, const void *itemb)
|
||||||
{
|
{
|
||||||
ArraySort_t *Info = ArraySortStack.front();
|
ArraySort_t *Info = ArraySortStack.front();
|
||||||
cell vala, valb;
|
cell vala = 0, valb = 0;
|
||||||
|
|
||||||
Info->vec->GetCell(*((int *)itema), &vala);
|
Info->vec->GetCell(*((int *)itema), &vala);
|
||||||
Info->vec->GetCell(*((int *)itemb), &valb);
|
Info->vec->GetCell(*((int *)itemb), &valb);
|
||||||
|
Loading…
Reference in New Issue
Block a user