[wpdev-commits] wolfpack dragdrop.cpp,1.246,1.247
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-12 12:55:23
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23682 Modified Files: dragdrop.cpp Log Message: fix for .allshow bugs Index: dragdrop.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/dragdrop.cpp,v retrieving revision 1.246 retrieving revision 1.247 diff -C2 -d -r1.246 -r1.247 *** dragdrop.cpp 24 Sep 2004 04:47:23 -0000 1.246 --- dragdrop.cpp 12 Oct 2004 12:55:05 -0000 1.247 *************** *** 75,79 **** // Check if the item can be reached ! if (pItem->getOutmostChar() != pChar && !pChar->lineOfSight(pItem)) { socket->bounceItem( pItem, BR_OUT_OF_REACH ); return; --- 75,79 ---- // Check if the item can be reached ! if ( !pChar->isGM() && pItem->getOutmostChar() != pChar && !pChar->lineOfSight(pItem)) { socket->bounceItem( pItem, BR_OUT_OF_REACH ); return; |