mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 23:08:03 +03:00
fixed prototype error
This commit is contained in:
parent
c6f8749242
commit
7669ab02f6
@ -1023,7 +1023,7 @@ native PrepareArray(array[], size, copyback=0);
|
||||
* executes a forward. returns result in ret.
|
||||
* returns 1 for success, 0 for failure.
|
||||
*/
|
||||
native ExecuteForward(forward_handle, &ret, ...);
|
||||
native ExecuteForward(forward_handle, &ret, {Float,_}:...);
|
||||
|
||||
/**
|
||||
* Destroys/deallocates any type of forward
|
||||
|
Loading…
x
Reference in New Issue
Block a user