Replace old SVN_* defines by the new ones

This commit is contained in:
Arkshine
2014-12-08 01:41:52 +01:00
parent 3594c11238
commit 7c96c30be8
7 changed files with 51 additions and 13 deletions

View File

@ -814,7 +814,7 @@ static cell AMX_NATIVE_CALL is_user_alive(AMX *amx, cell *params) /* 1 param */
static cell AMX_NATIVE_CALL get_amxx_verstring(AMX *amx, cell *params) /* 2 params */
{
return set_amxstring(amx, params[1], SVN_VERSION_STRING, params[2]);
return set_amxstring(amx, params[1], AMXX_VERSION, params[2]);
}
static cell AMX_NATIVE_CALL get_user_frags(AMX *amx, cell *params) /* 1 param */