diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-11-03 10:18:25 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-11-03 10:18:25 -0700 |
commit | acd557f9472c711fe92b9c158ec336abf688bf7b (patch) | |
tree | 2295d13589411ee88afe16f4997bea65b4ebba94 /src/inventory.h | |
parent | c60d3a98dbbb20621742bfd82bbaaa6b7085a8ae (diff) | |
download | mana-acd557f9472c711fe92b9c158ec336abf688bf7b.tar.gz mana-acd557f9472c711fe92b9c158ec336abf688bf7b.tar.bz2 mana-acd557f9472c711fe92b9c158ec336abf688bf7b.tar.xz mana-acd557f9472c711fe92b9c158ec336abf688bf7b.zip |
Remove more _SUPPORT ifdefs and do some cleanup
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/inventory.h b/src/inventory.h index cd57d10e..48283b50 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -24,13 +24,6 @@ class Item; -#ifdef EATHENA_SUPPORT -const int INVENTORY_SIZE = 100; -#else -const int INVENTORY_SIZE = 50; -#endif -const int STORAGE_SIZE = 301; - class Inventory { public: |