Commit 0e7b7e11 authored by nanahira's avatar nanahira

remove limit of deck size in 2pick

parent 8d79d422
...@@ -67,11 +67,11 @@ extern DeckManager deckManager; ...@@ -67,11 +67,11 @@ extern DeckManager deckManager;
#ifdef YGOPRO_SERVER_MODE #ifdef YGOPRO_SERVER_MODE
#ifndef DECKCOUNT_MAIN_MIN #ifndef DECKCOUNT_MAIN_MIN
#define DECKCOUNT_MAIN_MIN 40 #define DECKCOUNT_MAIN_MIN 1
#endif #endif
#ifndef DECKCOUNT_MAIN_MAX #ifndef DECKCOUNT_MAIN_MAX
#define DECKCOUNT_MAIN_MAX 60 #define DECKCOUNT_MAIN_MAX 999
#endif #endif
#ifndef DECKCOUNT_SIDE #ifndef DECKCOUNT_SIDE
...@@ -79,7 +79,7 @@ extern DeckManager deckManager; ...@@ -79,7 +79,7 @@ extern DeckManager deckManager;
#endif #endif
#ifndef DECKCOUNT_EXTRA #ifndef DECKCOUNT_EXTRA
#define DECKCOUNT_EXTRA 15 #define DECKCOUNT_EXTRA 999
#endif #endif
#endif //YGOPRO_SERVER_MODE #endif //YGOPRO_SERVER_MODE
......
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