diff options
Diffstat (limited to 'src/const/resources/item/cards.h')
-rw-r--r-- | src/const/resources/item/cards.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/const/resources/item/cards.h b/src/const/resources/item/cards.h index 7a58ed3ea..8e759fbc7 100644 --- a/src/const/resources/item/cards.h +++ b/src/const/resources/item/cards.h @@ -18,10 +18,10 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef CONST_RESOURCES_ITEM_ITEM_H -#define CONST_RESOURCES_ITEM_ITEM_H +#ifndef CONST_RESOURCES_ITEM_CARDS_H +#define CONST_RESOURCES_ITEM_CARDS_H -const int maxCards = 4; -const int maxMailCards = 4; +#define maxCards 4 +#define maxMailCards 4 -#endif // CONST_RESOURCES_ITEM_ITEM_H +#endif // CONST_RESOURCES_ITEM_CARDS_H |