Hi guys,
I am haveing 6 warnings all involving C4305 and C4309 The lines thats causeing these errors is
if (sSummonPoints > DEF_MAXSUMMONPOINTS) sSummonPoints = DEF_MAXSUMMONPOINTS;
---------------------------------------------------------
m_pNpcList->m_sAppr2 = 0xF000;
---------------------------------------------------------
m_pNpcList->m_sAppr2 = 0xF000; // 10 aura no sphere 13 no name movable with magic (crash) test to 29
---------------------------------------------------------
Any help on this would be much appricated
Thanks
I am haveing 6 warnings all involving C4305 and C4309 The lines thats causeing these errors is
if (sSummonPoints > DEF_MAXSUMMONPOINTS) sSummonPoints = DEF_MAXSUMMONPOINTS;
---------------------------------------------------------
m_pNpcList->m_sAppr2 = 0xF000;
---------------------------------------------------------
m_pNpcList->m_sAppr2 = 0xF000; // 10 aura no sphere 13 no name movable with magic (crash) test to 29
---------------------------------------------------------
Any help on this would be much appricated
Thanks