From cfede1d7d50541cf64b191844d537cb55880ce09 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 30 Jul 2011 21:36:51 +0300 Subject: Extract shared logic from inventoryhandler netcode to ea namespace. --- src/net/ea/eaprotocol.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/net/ea/eaprotocol.h') 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 -- cgit v1.2.3-60-g2f50