Page 1 of 1

Revision 2617

Posted: Fri Feb 15, 2013 12:33 am
by Vargas
There is a bug when rebuilding dsgame

Image

Persistant in Revision 2619

Posted: Fri Feb 15, 2013 2:27 am
by MemoryThief
I've spotted this too...
It's coming from these lines of: \map\items\item_armor.cpp

Code: Select all

uint8 CItemArmor::getSlotType()
{
    return log( m_equipSlotID ) / log( 2 );
}

Re: Revision 2617

Posted: Fri Feb 15, 2013 3:22 am
by bluekirby0
Fixed and refixed.