Commit 3f5bbef1 authored by nanahira's avatar nanahira

deck limit

parent c6b4f032
Pipeline #19692 passed with stages
in 2 minutes and 11 seconds
......@@ -891,15 +891,15 @@ extern unsigned int pre_seed[3];
#endif
#ifndef YGOPRO_MAX_DECK
#define YGOPRO_MAX_DECK 6
#define YGOPRO_MAX_DECK 12
#endif
#ifndef YGOPRO_MIN_DECK
#define YGOPRO_MIN_DECK 4
#define YGOPRO_MIN_DECK 8
#endif
#ifndef YGOPRO_MAX_EXTRA
#define YGOPRO_MAX_EXTRA 3
#define YGOPRO_MAX_EXTRA 5
#endif
#ifndef YGOPRO_MAX_SIDE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment