Update of /cvsroot/wpdev/wolfpack/network
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8972/network
Modified Files:
asyncnetio.cpp
Log Message:
npc movement.
Index: asyncnetio.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/network/asyncnetio.cpp,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** asyncnetio.cpp 5 Oct 2004 13:21:22 -0000 1.55
--- asyncnetio.cpp 10 Oct 2004 17:51:25 -0000 1.56
***************
*** 572,576 ****
//if( buffers.empty() )
// Disconnecting doesnt work for now
! waitCondition.wait( 40 ); // let's rest for a while
}
}
--- 572,576 ----
//if( buffers.empty() )
// Disconnecting doesnt work for now
! waitCondition.wait( 10 ); // let's rest for a while
}
}
|