single player works again, version bump

This commit is contained in:
Max-Wilhelm Bruker 2011-01-03 20:46:15 +01:00
parent d4222b25c5
commit 55d493e7ef
9 changed files with 26 additions and 15 deletions

View file

@ -54,7 +54,7 @@ private:
static void initializeHashAuto();
bool receiverMayDelete;
public:
static const int protocolVersion = 10;
static const int protocolVersion = 11;
static void initializeHash();
virtual int getItemId() const = 0;
bool getReceiverMayDelete() const { return receiverMayDelete; }