summaryrefslogtreecommitdiff
path: root/src/net/tmwa/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-07-30 21:36:51 +0300
committerAndrei Karas <akaras@inbox.ru>2011-07-30 22:20:09 +0300
commitcfede1d7d50541cf64b191844d537cb55880ce09 (patch)
treecfdaba05d4951b7b3522d2ea6844bd3e99fb37fc /src/net/tmwa/protocol.h
parent19738d5a2d5d96aef78e51da99061a22d7cf15bb (diff)
downloadManaVerse-cfede1d7d50541cf64b191844d537cb55880ce09.tar.gz
ManaVerse-cfede1d7d50541cf64b191844d537cb55880ce09.tar.bz2
ManaVerse-cfede1d7d50541cf64b191844d537cb55880ce09.tar.xz
ManaVerse-cfede1d7d50541cf64b191844d537cb55880ce09.zip
Extract shared logic from inventoryhandler netcode to ea namespace.
Diffstat (limited to 'src/net/tmwa/protocol.h')
-rw-r--r--src/net/tmwa/protocol.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/tmwa/protocol.h b/src/net/tmwa/protocol.h
index 696f83646..3a753e351 100644
--- a/src/net/tmwa/protocol.h
+++ b/src/net/tmwa/protocol.h
@@ -65,9 +65,6 @@ enum
SPRITE_VECTOREND
};
-static const int INVENTORY_OFFSET = 2;
-static const int STORAGE_OFFSET = 1;
-
/*********************************
* Packets from server to client *
*********************************/