Update of /cvsroot/opentnl/tnl/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30864/test
Modified Files:
testGame.cpp
Log Message:
FIxed mac crash on click issue
Index: testGame.cpp
===================================================================
RCS file: /cvsroot/opentnl/tnl/test/testGame.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** testGame.cpp 21 Feb 2005 07:48:13 -0000 1.9
--- testGame.cpp 25 Feb 2005 16:50:15 -0000 1.10
***************
*** 301,305 ****
TNL::NetClassGroupGameMask, TNL::RPCGuaranteedOrdered, TNL::RPCToGhostParent, 0)
{
! TNL::logprintf("Expecting a player move from the connection: %s", testString);
}
--- 301,305 ----
TNL::NetClassGroupGameMask, TNL::RPCGuaranteedOrdered, TNL::RPCToGhostParent, 0)
{
! TNL::logprintf("Expecting a player move from the connection: %s", testString.getString());
}
|