Loading tnl-1.5.0/tnl/test/testGame.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -300,7 +300,7 @@ TNL_IMPLEMENT_NETOBJECT_RPC(Player, rpcPlayerWillMove, (TNL::StringPtr testString), (testString), TNL::NetClassGroupGameMask, TNL::RPCGuaranteedOrdered, TNL::RPCToGhostParent, 0) { TNL::logprintf("Expecting a player move from the connection: %s", testString); TNL::logprintf("Expecting a player move from the connection: %s", testString.getString()); } TNL_IMPLEMENT_NETOBJECT_RPC(Player, rpcPlayerDidMove, Loading Loading
tnl-1.5.0/tnl/test/testGame.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -300,7 +300,7 @@ TNL_IMPLEMENT_NETOBJECT_RPC(Player, rpcPlayerWillMove, (TNL::StringPtr testString), (testString), TNL::NetClassGroupGameMask, TNL::RPCGuaranteedOrdered, TNL::RPCToGhostParent, 0) { TNL::logprintf("Expecting a player move from the connection: %s", testString); TNL::logprintf("Expecting a player move from the connection: %s", testString.getString()); } TNL_IMPLEMENT_NETOBJECT_RPC(Player, rpcPlayerDidMove, Loading