summaryrefslogtreecommitdiff
path: root/src/hand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hand.h')
-rw-r--r--src/hand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hand.h b/src/hand.h
index 9268fd8..f9feb6e 100644
--- a/src/hand.h
+++ b/src/hand.h
@@ -3,8 +3,8 @@
#include "card.h"
-#define MAX_HAND_SIZE 10
+#define MAX_HAND_CARDS 10
-typedef card hand[MAX_HAND_SIZE];
+typedef card hand[MAX_HAND_CARDS];
#endif // OXEN_HAND_H