Commit 5965baab authored by mercury233's avatar mercury233

update version

parent aaedc7ce
No preview for this file type
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <unistd.h> #include <unistd.h>
#endif #endif
const unsigned short PRO_VERSION = 0x2338; const unsigned short PRO_VERSION = 0x2339;
namespace ygo { namespace ygo {
......
...@@ -63,9 +63,9 @@ int main(int argc, char* argv[]) { ...@@ -63,9 +63,9 @@ int main(int argc, char* argv[]) {
ygo::rule=atoi(argv[3]); ygo::rule=atoi(argv[3]);
ygo::mode=atoi(argv[4]); ygo::mode=atoi(argv[4]);
if (argv[5][0]=='T') if (argv[5][0]=='T')
ygo::duel_rule=2; ygo::duel_rule=DEFAULT_DUEL_RULE-1;
else else
ygo::duel_rule=3; ygo::duel_rule=DEFAULT_DUEL_RULE;
if (argv[6][0]=='T') if (argv[6][0]=='T')
ygo::no_check_deck=true; ygo::no_check_deck=true;
else else
......
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