Compile Error and I can't figure out what I need to do to fix it...

Spoiler: show

LINE 138: Syntax Error, Unexpected Identifier, Expecting RBracket or Number, on Token DOFIREROD_COMBO_POS
FATAL ERROR P00: Can't open or parse input file!


The line in question is here, its the first line of the DoFireRod() function....

Code:
void DoFireRod(){
     int q[DOFIREROD_COMBO_POS]; bool makeflame; int flags[2]={CF_CANDLE1, CF_CANDLE2}
Any ideas?