diff --git a/sourcepawn/compiler/sc1.c b/sourcepawn/compiler/sc1.c index b46f3457..e5fbc32b 100644 --- a/sourcepawn/compiler/sc1.c +++ b/sourcepawn/compiler/sc1.c @@ -2510,10 +2510,6 @@ static void initials(int ident,int tag,cell *size,int dim[],int numdim, int curlit=litidx; int err=0; - if (!autozero) { - return; - } - if (!matchtoken('=')) { assert(ident!=iARRAY || numdim>0); if (ident==iARRAY && dim[numdim-1]==0) {