Revision 2617

Forum rules
NO LONGER BEING MAINTAINED!
Post Reply
Vargas
Posts: 54
Joined: Fri Jul 27, 2012 10:25 pm

Revision 2617

Post by Vargas » Fri Feb 15, 2013 12:33 am

There is a bug when rebuilding dsgame

Image

MemoryThief
Posts: 5
Joined: Sat Feb 02, 2013 5:15 am

Persistant in Revision 2619

Post by MemoryThief » Fri Feb 15, 2013 2:27 am

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 );
}

bluekirby0
Developer
Posts: 707
Joined: Sun Jul 22, 2012 12:11 am

Re: Revision 2617

Post by bluekirby0 » Fri Feb 15, 2013 3:22 am

Fixed and refixed.

Post Reply