Added math functions recommended by AssKicr

Little bug fixes
This commit is contained in:
David Anderson
2004-04-07 04:06:55 +00:00
parent 8f63a1a7b9
commit 2a460d8c18
4 changed files with 74 additions and 4 deletions

View File

@ -514,7 +514,7 @@ static cell AMX_NATIVE_CALL strbreak(AMX *amx, cell *params) /* 5 param */
if (!done_flag && string[i]!='"') {
if (left_pos < LeftMax) {
left[left_pos] = string[i];
if (left[left_pos] = '\'') {
if (left[left_pos] == '\'') {
left[left_pos] = hold;
}
left_pos++;