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
eea13df9
Commit
eea13df9
authored
May 04, 2018
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no changes in args
parent
ef3ccf12
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
gframe/gframe.cpp
gframe/gframe.cpp
+0
-11
No files found.
gframe/gframe.cpp
View file @
eea13df9
...
...
@@ -76,24 +76,14 @@ int main(int argc, char* argv[]) {
ygo
::
replay_mode
=
0
;
ygo
::
game_info
.
lflist
=
0
;
ygo
::
game_info
.
rule
=
0
;
#ifdef YGOPRO_TEST_REDTEXT
ygo
::
game_info
.
mode
=
2
;
#else
ygo
::
game_info
.
mode
=
0
;
#endif //YGOPRO_TEST_REDTEXT
ygo
::
game_info
.
start_hand
=
5
;
ygo
::
game_info
.
start_lp
=
8000
;
ygo
::
game_info
.
draw_count
=
1
;
#ifdef YGOPRO_TEST_REDTEXT
ygo
::
game_info
.
no_check_deck
=
true
;
ygo
::
game_info
.
no_shuffle_deck
=
true
;
#else
ygo
::
game_info
.
no_check_deck
=
false
;
ygo
::
game_info
.
no_shuffle_deck
=
false
;
#endif //YGOPRO_TEST_REDTEXT
ygo
::
game_info
.
duel_rule
=
DEFAULT_DUEL_RULE
;
ygo
::
game_info
.
time_limit
=
180
;
#ifndef YGOPRO_TEST_REDTEXT
if
(
argc
>
1
)
{
ygo
::
aServerPort
=
atoi
(
argv
[
1
]);
int
lflist
=
atoi
(
argv
[
2
]);
...
...
@@ -123,7 +113,6 @@ int main(int argc, char* argv[]) {
ygo
::
game_info
.
time_limit
=
atoi
(
argv
[
11
]);
ygo
::
replay_mode
=
atoi
(
argv
[
12
]);
}
#endif //YGOPRO_TEST_REDTEXT
ygo
::
mainGame
=
&
_game
;
ygo
::
mainGame
->
MainServerLoop
();
return
0
;
...
...
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