mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 12:04:55 +02:00
death fix
This commit is contained in:
@@ -67,7 +67,7 @@ private:
|
|||||||
void parseFYIMessage(InputMessage& msg);
|
void parseFYIMessage(InputMessage& msg);
|
||||||
void parseWaitList(InputMessage& msg);
|
void parseWaitList(InputMessage& msg);
|
||||||
void parsePing(InputMessage&);
|
void parsePing(InputMessage&);
|
||||||
void parseDeath(InputMessage&);
|
void parseDeath(InputMessage& msg);
|
||||||
void parseCanReportBugs(InputMessage& msg);
|
void parseCanReportBugs(InputMessage& msg);
|
||||||
void parseMapDescription(InputMessage& msg);
|
void parseMapDescription(InputMessage& msg);
|
||||||
void parseMoveNorth(InputMessage& msg);
|
void parseMoveNorth(InputMessage& msg);
|
||||||
|
@@ -295,9 +295,9 @@ void ProtocolGame::parsePing(InputMessage&)
|
|||||||
sendPing();
|
sendPing();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ProtocolGame::parseDeath(InputMessage&)
|
void ProtocolGame::parseDeath(InputMessage& msg)
|
||||||
{
|
{
|
||||||
|
msg.getU8(); // 100 is a fair death. < 100 is a unfair death.
|
||||||
}
|
}
|
||||||
|
|
||||||
void ProtocolGame::parseMapDescription(InputMessage& msg)
|
void ProtocolGame::parseMapDescription(InputMessage& msg)
|
||||||
|
Reference in New Issue
Block a user