Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
R
rd-ygopro
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
List
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
苍蓝
rd-ygopro
Commits
3966279c
Commit
3966279c
authored
Jan 16, 2016
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FilterCards()
parent
c61af7f1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
gframe/deck_con.cpp
gframe/deck_con.cpp
+1
-2
ocgcore
ocgcore
+1
-1
script
script
+1
-1
No files found.
gframe/deck_con.cpp
View file @
3966279c
...
...
@@ -670,8 +670,7 @@ void DeckBuilder::FilterCards() {
continue
;
switch
(
filter_type
)
{
case
1
:
{
int
type2
=
data
.
type
&
0xe03ef1
;
if
(
!
(
data
.
type
&
TYPE_MONSTER
)
||
(
filter_type2
==
0x21
&&
type2
!=
0x21
)
||
(
data
.
type
&
filter_type2
)
!=
filter_type2
)
if
(
!
(
data
.
type
&
TYPE_MONSTER
)
||
(
data
.
type
&
filter_type2
)
!=
filter_type2
)
continue
;
if
(
filter_race
&&
data
.
race
!=
filter_race
)
continue
;
...
...
ocgcore
@
86121c09
Subproject commit 8
5d2b687cdbb4a3bb925a06cf66f0a46c1f08e08
Subproject commit 8
6121c0956b51e9fdef38fe8acfe75af004c0abe
script
@
77198cbb
Subproject commit
f0df5c7e608a8757ac84e521e3766347e752b252
Subproject commit
77198cbbe34a52a7e92aae63b23926dd695308b4
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