Renamed is_jit_enabled from jit_enabled
This commit is contained in:
parent
2f37ab7ede
commit
e73acf4fe4
@ -188,7 +188,7 @@ native is_dedicated_server();
|
|||||||
native is_linux_server();
|
native is_linux_server();
|
||||||
|
|
||||||
/* Returns 1 or 0. */
|
/* Returns 1 or 0. */
|
||||||
native jit_enabled();
|
native is_jit_enabled();
|
||||||
|
|
||||||
/* If player is not attacked function returns 0, in other
|
/* If player is not attacked function returns 0, in other
|
||||||
* case returns index of attacking player. On second and third
|
* case returns index of attacking player. On second and third
|
||||||
|
Loading…
Reference in New Issue
Block a user