[wpdev-commits] wolfpack/network uotxpackets.cpp,1.102,1.103
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-12 12:55:24
|
Update of /cvsroot/wpdev/wolfpack/network In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23682/network Modified Files: uotxpackets.cpp Log Message: fix for .allshow bugs Index: uotxpackets.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/network/uotxpackets.cpp,v retrieving revision 1.102 retrieving revision 1.103 diff -C2 -d -r1.102 -r1.103 *** uotxpackets.cpp 31 Aug 2004 15:18:25 -0000 1.102 --- uotxpackets.cpp 12 Oct 2004 12:55:14 -0000 1.103 *************** *** 286,293 **** P_PLAYER player = dynamic_cast<P_PLAYER>( pChar ); ! if ( player && !player->socket() && !player->logoutTime() ) { setFlag( flag() | 0x80 ); ! } if ( pChar->isHidden() || pChar->isInvisible() ) --- 286,293 ---- P_PLAYER player = dynamic_cast<P_PLAYER>( pChar ); ! /*if ( player && !player->socket() && !player->logoutTime() ) { setFlag( flag() | 0x80 ); ! }*/ if ( pChar->isHidden() || pChar->isInvisible() ) *************** *** 349,356 **** P_PLAYER player = dynamic_cast<P_PLAYER>( pChar ); ! if ( player && !player->socket() && !player->logoutTime() ) { setFlag( flag() | 0x80 ); ! } if ( pChar->isHidden() || pChar->isInvisible() ) --- 349,356 ---- P_PLAYER player = dynamic_cast<P_PLAYER>( pChar ); ! /*if ( player && !player->socket() && !player->logoutTime() ) { setFlag( flag() | 0x80 ); ! }*/ if ( pChar->isHidden() || pChar->isInvisible() ) *************** *** 435,442 **** P_PLAYER player = dynamic_cast<P_PLAYER>( pChar ); ! if ( player && !player->socket() && !player->logoutTime() ) { setFlag( flag() | 0x80 ); ! } if ( pChar->isHidden() || pChar->isInvisible() ) --- 435,442 ---- P_PLAYER player = dynamic_cast<P_PLAYER>( pChar ); ! /*if ( player && !player->socket() && !player->logoutTime() ) { setFlag( flag() | 0x80 ); ! }*/ if ( pChar->isHidden() || pChar->isInvisible() ) *************** *** 585,592 **** P_PLAYER player = dynamic_cast<P_PLAYER>( pChar ); ! if ( player && !player->socket() && !player->logoutTime() ) { setFlag( flag() | 0x80 ); ! } if ( pChar->isHidden() || pChar->isInvisible() ) --- 585,592 ---- P_PLAYER player = dynamic_cast<P_PLAYER>( pChar ); ! /*if ( player && !player->socket() && !player->logoutTime() ) { setFlag( flag() | 0x80 ); ! }*/ if ( pChar->isHidden() || pChar->isInvisible() ) |