TODO file

This commit is contained in:
Eduardo Bart
2011-08-28 10:45:56 -03:00
parent f7eac377e7
commit dab483caab
4 changed files with 8 additions and 6 deletions

View File

@@ -114,7 +114,6 @@ void Protocol::generateXteaKey()
bool Protocol::xteaDecrypt(InputMessage& inputMessage)
{
// FIXME: this function has not been tested yet
uint16 messageSize = inputMessage.getMessageSize() - InputMessage::CHECKSUM_LENGTH;
if(messageSize % 8 != 0) {
logError("invalid encrypted network message");

View File

@@ -26,10 +26,6 @@
#include <framework/luascript/luainterface.h>
#include <boost/bind.hpp>
// TODO just testing
#include "protocolgame.h"
#include <otclient/core/game.h>
ProtocolLogin::ProtocolLogin()
{
enableChecksum();