MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / Receive_TURN_ERROR

Method Receive_TURN_ERROR

src/network/network_turn.cpp:49–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47};
48
49bool ClientNetworkTurnSocketHandler::Receive_TURN_ERROR(Packet &)
50{
51 Debug(net, 9, "Receive_TURN_ERROR()");
52
53 this->ConnectFailure();
54
55 return false;
56}
57
58bool ClientNetworkTurnSocketHandler::Receive_TURN_CONNECTED(Packet &p)
59{

Callers

nothing calls this directly

Calls 1

ConnectFailureMethod · 0.95

Tested by

no test coverage detected