summaryrefslogtreecommitdiff
path: root/src/net/ea/eaprotocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-18 16:10:08 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-18 16:10:08 +0300
commit3fb675aa416170395d80eb51435a0d09161baf36 (patch)
treeebc15a0ad412d8680b897d6e54c49c607077a9f2 /src/net/ea/eaprotocol.h
parent120e0b5b384566c89984aeea86ae517909ebaac1 (diff)
downloadplus-3fb675aa416170395d80eb51435a0d09161baf36.tar.gz
plus-3fb675aa416170395d80eb51435a0d09161baf36.tar.bz2
plus-3fb675aa416170395d80eb51435a0d09161baf36.tar.xz
plus-3fb675aa416170395d80eb51435a0d09161baf36.zip
Move inventory index related constants into separate file.
Diffstat (limited to 'src/net/ea/eaprotocol.h')
-rw-r--r--src/net/ea/eaprotocol.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/ea/eaprotocol.h b/src/net/ea/eaprotocol.h
index 48a7d9262..90b2b37af 100644
--- a/src/net/ea/eaprotocol.h
+++ b/src/net/ea/eaprotocol.h
@@ -102,7 +102,4 @@ enum
EA_SPRITE_VECTOREND
};
-static const int INVENTORY_OFFSET = 2;
-static const int STORAGE_OFFSET = 1;
-
#endif // NET_EA_EAPROTOCOL_H