[wpdev-commits] wolfpack/network uosocket.cpp,1.296,1.297
Brought to you by:
rip,
thiagocorrea
|
From: <dar...@us...> - 2003-09-23 12:40:23
|
Update of /cvsroot/wpdev/wolfpack/network In directory sc8-pr-cvs1:/tmp/cvs-serv2528/network Modified Files: uosocket.cpp Log Message: Changed Python Interface Changed behaviour of setGlobalHook and setCommandHook Index: uosocket.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/network/uosocket.cpp,v retrieving revision 1.296 retrieving revision 1.297 diff -C2 -d -r1.296 -r1.297 *** uosocket.cpp 20 Sep 2003 13:51:33 -0000 1.296 --- uosocket.cpp 23 Sep 2003 12:40:19 -0000 1.297 *************** *** 932,937 **** return; ! if( !pChar->onSingleClick( _player ) ) ! pChar->showName( this ); } else --- 932,936 ---- return; ! pChar->showName( this ); } else *************** *** 942,947 **** return; ! if( !pItem->onSingleClick( _player ) ) ! pItem->showName( this ); } } --- 941,945 ---- return; ! pItem->showName( this ); } } |