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
fcbaecf6
Commit
fcbaecf6
authored
Aug 13, 2013
by
Fluorohydride
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #596 from mindcat/master
fix
parents
56908e1f
511ab361
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
ocgcore/field.cpp
ocgcore/field.cpp
+1
-1
ocgcore/field.h
ocgcore/field.h
+1
-0
No files found.
ocgcore/field.cpp
View file @
fcbaecf6
...
...
@@ -20,7 +20,7 @@ bool chain::chain_operation_sort(chain c1, chain c2) {
return
c1
.
triggering_effect
->
id
<
c2
.
triggering_effect
->
id
;
}
bool
tevent
::
operator
<
(
const
tevent
&
v
)
const
{
return
std
::
memcmp
(
this
,
&
v
,
sizeof
(
tevent
))
<
0
;
return
memcmp
(
this
,
&
v
,
sizeof
(
tevent
))
<
0
;
}
field
::
field
(
duel
*
pduel
)
{
this
->
pduel
=
pduel
;
...
...
ocgcore/field.h
View file @
fcbaecf6
...
...
@@ -8,6 +8,7 @@
#ifndef FIELD_H_
#define FIELD_H_
#include "memory.h"
#include "common.h"
#include "effectset.h"
#include <vector>
...
...
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