summaryrefslogtreecommitdiff
path: root/src/const
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-29 21:30:57 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-29 21:30:57 +0300
commit478b08e4104e21d4c4e76b76534d3f177df94209 (patch)
tree9f4a45a150eac1ee96ff5695c5863a794649cbeb /src/const
parent366d596688506c70cbc510392be7f1224e585185 (diff)
downloadplus-478b08e4104e21d4c4e76b76534d3f177df94209.tar.gz
plus-478b08e4104e21d4c4e76b76534d3f177df94209.tar.bz2
plus-478b08e4104e21d4c4e76b76534d3f177df94209.tar.xz
plus-478b08e4104e21d4c4e76b76534d3f177df94209.zip
Fix code style.
Diffstat (limited to 'src/const')
-rw-r--r--src/const/resources/item/cards.h10
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