diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-21 23:45:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-21 23:45:16 +0300 |
commit | 4a78b94dce29af07e63c113463dcbbb81d6e0d6d (patch) | |
tree | 5cd72903c4fa27b34dad53f969f5889b7429186c /src | |
parent | 3d9766c9f93b92633ee8157e75aad7b8f89dd15c (diff) | |
download | plus-4a78b94dce29af07e63c113463dcbbb81d6e0d6d.tar.gz plus-4a78b94dce29af07e63c113463dcbbb81d6e0d6d.tar.bz2 plus-4a78b94dce29af07e63c113463dcbbb81d6e0d6d.tar.xz plus-4a78b94dce29af07e63c113463dcbbb81d6e0d6d.zip |
Fix max slots count in equipment backend.
Diffstat (limited to 'src')
-rw-r--r-- | src/equipment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/equipment.h b/src/equipment.h index 927dcb893..1adc69136 100644 --- a/src/equipment.h +++ b/src/equipment.h @@ -23,7 +23,7 @@ #ifndef EQUIPMENT_H #define EQUIPMENT_H -static const int EQUIPMENT_SIZE = 13; +static const int EQUIPMENT_SIZE = 22; #include "localconsts.h" |