mirror of
https://github.com/rehlds/reapi.git
synced 2025-01-17 00:58:16 +03:00
Fix fail compile amxx plugin on 1.8.2
This commit is contained in:
parent
30c7a76ca4
commit
ecdb7e9f96
@ -56,8 +56,10 @@ enum members_tables_e
|
|||||||
#include <reapi_addons> // NOTE: 3-rd party addons
|
#include <reapi_addons> // NOTE: 3-rd party addons
|
||||||
#include <reapi_version>
|
#include <reapi_version>
|
||||||
|
|
||||||
|
#if AMXX_VERSION_NUM >= 183
|
||||||
#pragma deprecated Use HC_CONTINUE or anything.
|
#pragma deprecated Use HC_CONTINUE or anything.
|
||||||
#define HC_OVERRIDE 0
|
#define HC_OVERRIDE 0
|
||||||
|
#endif
|
||||||
|
|
||||||
// hookchain return type
|
// hookchain return type
|
||||||
enum
|
enum
|
||||||
|
Loading…
x
Reference in New Issue
Block a user