diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-08-18 01:40:43 +0200 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-08-18 01:40:43 +0200 |
commit | 3b7740f133e195b0a0b11090ea8c2b8a7b64411c (patch) | |
tree | 5e1494b942fe4050d147325951c1401dc7e29c31 /src/equipment.h | |
parent | 9ca2198b767e1bf810aa5b75657f0d18ce06a57b (diff) | |
download | mana-3b7740f133e195b0a0b11090ea8c2b8a7b64411c.tar.gz mana-3b7740f133e195b0a0b11090ea8c2b8a7b64411c.tar.bz2 mana-3b7740f133e195b0a0b11090ea8c2b8a7b64411c.tar.xz mana-3b7740f133e195b0a0b11090ea8c2b8a7b64411c.zip |
Got rid of the superfluous definition of the slot number for tA.
Diffstat (limited to 'src/equipment.h')
-rw-r--r-- | src/equipment.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/equipment.h b/src/equipment.h index 2ef970ea..67317d39 100644 --- a/src/equipment.h +++ b/src/equipment.h @@ -22,8 +22,6 @@ #ifndef EQUIPMENT_H #define EQUIPMENT_H -#define EQUIPMENT_SIZE 11 - class Item; class Equipment |