Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/01/18 in all areas

  1. First of all "gmake clean" and then "gmake -l". When it will give you error, post it here.
    1 point
  2. Looks good Best regards Raylee
    1 point
  3. //solved this is function bool CItem::HasAttrOnlyProtos(BYTE bApply) { for (int i = 0; i < ITEM_APPLY_MAX_NUM; ++i) if (m_pProto->aApplies[i].bType == bApply) return true; return false; }
    1 point
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.