The variable is defined in *.h:
static unsigned char cPwLe[3] = {0};
cPwLe[cCh] = Power_Level(cP[cCh]); //Here value is right
cPower = cPwLe[cCh]; //Here value is always 0