Commit 87941138 authored by Chen Bill's avatar Chen Bill

change SIZE_QUERY_BUFFER in server mode

parent 0dbf1e17
......@@ -613,7 +613,11 @@ extern unsigned int pre_seed[3];
#endif
}
#ifdef YGOPRO_SERVER_MODE
#define SIZE_QUERY_BUFFER 0x40000
#else
#define SIZE_QUERY_BUFFER 0x4000
#endif
#define CARD_IMG_WIDTH 177
#define CARD_IMG_HEIGHT 254
......
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