Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
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
YGOPRO-520DIY
ygopro
Commits
511ab361
Commit
511ab361
authored
Aug 13, 2013
by
mindcat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
39d3291c
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 @
511ab361
...
...
@@ -19,7 +19,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 @
511ab361
...
...
@@ -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