[wpdev-commits] wolfpack/ai ai_humans.cpp,1.15,1.16
Brought to you by:
rip,
thiagocorrea
From: Correa <thi...@us...> - 2004-08-12 03:17:14
|
Update of /cvsroot/wpdev/wolfpack/ai In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14942 Modified Files: ai_humans.cpp Log Message: fix bug 210 ( onCreate issue, Items ) also, contains several API fixes to conform the coding standard. Index: ai_humans.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/ai/ai_humans.cpp,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** ai_humans.cpp 4 Aug 2004 23:17:38 -0000 1.15 --- ai_humans.cpp 12 Aug 2004 03:17:05 -0000 1.16 *************** *** 108,112 **** else if ( message.contains( tr( " RELEASE" ) ) ) { ! int gold = pTalker->CountBankGold() + pTalker->CountGold(); P_ITEM pPack = m_npc->getBankbox(); cItem::ContainerContent stableitems; --- 108,112 ---- else if ( message.contains( tr( " RELEASE" ) ) ) { ! int gold = pTalker->countBankGold() + pTalker->countGold(); P_ITEM pPack = m_npc->getBankbox(); cItem::ContainerContent stableitems; |