Habe beim komplimieren der Neuz, beim Versuch Quickjobchange von pumbaa einzubauen einen Fehler bekommen:
nJobMax = nJobMin;
( g_pPlayer->GetJob() < MAX_MASTER ) ? nNewLv = MAX_GENERAL_LEVEL+1 : nNewLv = MAX_LEGEND_LEVEL+1;
}
nCurJob = nJobMin;
}
else
{
nCurJob = 0;
}
return CWndNeuz::InitDialog( g_Neuz.GetSafeHwnd(), APP_FASTJOBCHANGE, 0, CPoint,( 0, 0 ), pWndParent );
}
BOOL CWndJobChangeEx::OnChildNotify( UINT message, UINT nID, LRESULT* pLResult )
{
switch( nID )
{
case WIDC_BUTTON1:
es sagt
syntax error ","
Ich weiss das ein Komma gesetzt werden muss, aber wo?






