apuadofrancisco
New member
1>..srcmappc.c(186): error C2143: syntax error : missing ';' before 'type'
1>..srcmappc.c(187): error C2065: 'result' : undeclared identifier
1>..srcmappc.c(188): error C2065: 'result' : undeclared identifier
1>..srcmappc.c(190): error C2065: 'result' : undeclared identifier
1>..srcmappc.c(191): error C2065: 'result' : undeclared identifier
1>..srcmappc.c(192): error C2065: 'result' : undeclared identifier
1>..srcmappc.c(193): error C2065: 'result' : undeclared identifier
This is line 186 - 193
Thanks!
1>..srcmappc.c(187): error C2065: 'result' : undeclared identifier
1>..srcmappc.c(188): error C2065: 'result' : undeclared identifier
1>..srcmappc.c(190): error C2065: 'result' : undeclared identifier
1>..srcmappc.c(191): error C2065: 'result' : undeclared identifier
1>..srcmappc.c(192): error C2065: 'result' : undeclared identifier
1>..srcmappc.c(193): error C2065: 'result' : undeclared identifier
This is line 186 - 193
int result = pc->checkskill(sd, MO_CALLSPIRITS);
if ( min && result < min )
result = min;
else if ( sd->sc.data[sC_RAISINGDRAGON] )
result += sd->sc.data[sC_RAISINGDRAGON]->val1;
if ( result > MAX_SPIRITBALL )
result = MAX_SPIRITBALL;
return result;
Thanks!