There is a bug when rebuilding dsgame
Revision 2617
Forum rules
NO LONGER BEING MAINTAINED!
NO LONGER BEING MAINTAINED!
-
- Posts: 5
- Joined: Sat Feb 02, 2013 5:15 am
Persistant in Revision 2619
I've spotted this too...
It's coming from these lines of: \map\items\item_armor.cpp
It's coming from these lines of: \map\items\item_armor.cpp
Code: Select all
uint8 CItemArmor::getSlotType()
{
return log( m_equipSlotID ) / log( 2 );
}
-
- Developer
- Posts: 707
- Joined: Sun Jul 22, 2012 12:11 am
Re: Revision 2617
Fixed and refixed.