Commit 17bc71fc3e19b28fd39104a480d70e25bb3f4ac2

  • avatar
  • Philipp Sehmisch <crush @theman…orld.org>
  • Sat Oct 17 18:05:08 CEST 2009
Changed the "SDLNet_TCP_Recv()" error message to something more understandable for the user.
  
401401 }
402402 else if (ret < 0)
403403 {
404 setError("Error in SDLNet_TCP_Recv(): " +
404 setError("Connection to server terminated: " +
405405 std::string(SDLNet_GetError()));
406406 }
407407 else {