Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro-2pick
Commits
5965baab
Commit
5965baab
authored
Jun 21, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update version
parent
aaedc7ce
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
cards.cdb
cards.cdb
+0
-0
gframe/game.cpp
gframe/game.cpp
+1
-1
gframe/gframe.cpp
gframe/gframe.cpp
+2
-2
No files found.
cards.cdb
View file @
5965baab
No preview for this file type
gframe/game.cpp
View file @
5965baab
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#include <unistd.h>
#include <unistd.h>
#endif
#endif
const
unsigned
short
PRO_VERSION
=
0x233
8
;
const
unsigned
short
PRO_VERSION
=
0x233
9
;
namespace
ygo
{
namespace
ygo
{
...
...
gframe/gframe.cpp
View file @
5965baab
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment