Revert "860-870 client support drafts"

This reverts commit 9671a5cce7.
This commit is contained in:
ErikasKontenis
2020-07-26 13:25:00 +03:00
parent 9671a5cce7
commit 94fe927abc
32 changed files with 196 additions and 80760 deletions

View File

@@ -52,8 +52,7 @@ class ProtocolGame final : public Protocol
// static protocol information
enum { server_sends_first = true };
enum { protocol_identifier = 0 }; // Not required as we send first
enum { use_checksum = true };
static const char* protocol_name() {
return "gameworld protocol";
}
@@ -170,7 +169,6 @@ class ProtocolGame final : public Protocol
void sendTextMessage(const TextMessage& message);
void sendAnimatedText(const Position& pos, uint8_t color, const std::string& text);
void sendCreatureWalkthrough(const Creature* creature, bool walkthrough);
void sendCreatureShield(const Creature* creature);
void sendCreatureSkull(const Creature* creature);