mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
left debug stuff in
This commit is contained in:
parent
db33e50f92
commit
92f79ffe88
@ -1737,11 +1737,8 @@ static void declfuncvar(int fpublic,int fstatic,int fstock,int fconst)
|
|||||||
} /* if */
|
} /* if */
|
||||||
} else {
|
} else {
|
||||||
/* so tok is tSYMBOL */
|
/* so tok is tSYMBOL */
|
||||||
int val = 0;
|
|
||||||
assert(strlen(str)<=sNAMEMAX);
|
assert(strlen(str)<=sNAMEMAX);
|
||||||
strcpy(name,str);
|
strcpy(name,str);
|
||||||
if (strcmp(str, "auth_points")==0)
|
|
||||||
val = 1;
|
|
||||||
|
|
||||||
/* only variables can be "const" or both "public" and "stock" */
|
/* only variables can be "const" or both "public" and "stock" */
|
||||||
invalidfunc= fconst || (fpublic && fstock);
|
invalidfunc= fconst || (fpublic && fstock);
|
||||||
|
Loading…
Reference in New Issue
Block a user