Commit 52137b4f authored by mercury233's avatar mercury233

Merge branch 'master' of https://github.com/Fluorohydride/ygopro into server

parents 14fb8665 dfcb43a5
......@@ -20,7 +20,7 @@
#include <dirent.h>
#endif
const unsigned short PRO_VERSION = 0x1341;
const unsigned short PRO_VERSION = 0x1342;
namespace ygo {
......
Subproject commit 49459b0b10598291f6c422a421d80ed9fe5382bb
Subproject commit 0abc46fdd0ec78371d79ea352eab2eb4e556cb4a
#config file
#nickname & gamename should be less than 20 characters
use_d3d = 0
use_image_scale = 1
antialias = 2
errorlog = 1
nickname = Player
......@@ -24,7 +25,8 @@ hide_hint_button = 1
control_mode = 0
draw_field_spell = 1
separate_clear_button = 1
#auto_search_limit >= 0: Start search automatically when the user enters N chars.
#auto_search_limit >= 0: Start search automatically when the user enters N chars
auto_search_limit = -1
ignore_deck_changes = 0
default_ot = 1
enable_bot_mode = 0
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