diff --git a/sourcepawn/compiler/sc1.c b/sourcepawn/compiler/sc1.c index 9685333c..543a1d26 100644 --- a/sourcepawn/compiler/sc1.c +++ b/sourcepawn/compiler/sc1.c @@ -2923,7 +2923,7 @@ static cell initvector(int ident,int tag,cell size,int fillzero, matchbrace=matchtoken('{'); for ( ;; ) { prev2=prev1; - prev1=init(iVARIABLE,&ctag,errorfound); + prev1=init(ident,&ctag,errorfound); if (!matchbrace) break; if ((ellips=matchtoken(tELLIPS))!=0)