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
b2021a34
Commit
b2021a34
authored
Jul 19, 2016
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chain_when_avail
parent
c48841da
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
gframe/game.cpp
gframe/game.cpp
+1
-0
ocgcore
ocgcore
+1
-1
script
script
+1
-1
No files found.
gframe/game.cpp
View file @
b2021a34
...
@@ -42,6 +42,7 @@ bool Game::Initialize() {
...
@@ -42,6 +42,7 @@ bool Game::Initialize() {
lpcstring
=
0
;
lpcstring
=
0
;
always_chain
=
false
;
always_chain
=
false
;
ignore_chain
=
false
;
ignore_chain
=
false
;
chain_when_avail
=
false
;
is_building
=
false
;
is_building
=
false
;
memset
(
&
dInfo
,
0
,
sizeof
(
DuelInfo
));
memset
(
&
dInfo
,
0
,
sizeof
(
DuelInfo
));
memset
(
chatTiming
,
0
,
sizeof
(
chatTiming
));
memset
(
chatTiming
,
0
,
sizeof
(
chatTiming
));
...
...
ocgcore
@
0b4345e7
Subproject commit
4ba2a90ffa737d7975437079113c22ae6968fcf5
Subproject commit
0b4345e70fa2fe3e2bf4518076df907acd4c00d8
script
@
6887bba7
Subproject commit
7d28acac8e17f3d63c115cccbe5b5dabb80e4e1f
Subproject commit
6887bba728244e66da1dcd74438fc3db083bcd5b
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