summaryrefslogtreecommitdiff
path: root/src/net/ea/eaprotocol.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/ea/eaprotocol.h
parent19738d5a2d5d96aef78e51da99061a22d7cf15bb (diff)
downloadmv-cfede1d7d50541cf64b191844d537cb55880ce09.tar.gz
mv-cfede1d7d50541cf64b191844d537cb55880ce09.tar.bz2
mv-cfede1d7d50541cf64b191844d537cb55880ce09.tar.xz
mv-cfede1d7d50541cf64b191844d537cb55880ce09.zip
Extract shared logic from inventoryhandler netcode to ea namespace.
Diffstat (limited to 'src/net/ea/eaprotocol.h')
-rw-r--r--src/net/ea/eaprotocol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/ea/eaprotocol.h b/src/net/ea/eaprotocol.h
index 11cc0180d..fae3651a8 100644
--- a/src/net/ea/eaprotocol.h
+++ b/src/net/ea/eaprotocol.h
@@ -42,4 +42,7 @@ enum
EA_SPRITE_VECTOREND
};
+static const int INVENTORY_OFFSET = 2;
+static const int STORAGE_OFFSET = 1;
+
#endif