summaryrefslogtreecommitdiff
path: root/src/const/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/const/resources')
-rw-r--r--src/const/resources/item/cards.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/const/resources/item/cards.h b/src/const/resources/item/cards.h
index 93ca08c90..31804cb2e 100644
--- a/src/const/resources/item/cards.h
+++ b/src/const/resources/item/cards.h
@@ -26,6 +26,6 @@
#define CARD0_FORGE 0x00FF
#define CARD0_CREATE 0x00FE
-#define CARD0_PET ((short)0xFF00)
+#define CARD0_PET static_cast<uint16_t>(0xFF00)
#endif // CONST_RESOURCES_ITEM_CARDS_H