mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 22:35: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 */
|
||||
} else {
|
||||
/* so tok is tSYMBOL */
|
||||
int val = 0;
|
||||
assert(strlen(str)<=sNAMEMAX);
|
||||
strcpy(name,str);
|
||||
if (strcmp(str, "auth_points")==0)
|
||||
val = 1;
|
||||
|
||||
/* only variables can be "const" or both "public" and "stock" */
|
||||
invalidfunc= fconst || (fpublic && fstock);
|
||||
|
Loading…
Reference in New Issue
Block a user