Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile
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
fallenstardust
YGOMobile
Commits
3823c71e
Commit
3823c71e
authored
Apr 29, 2025
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync ocgcore
parent
6a3603b4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Classes/ocgcore/ocgapi.h
Classes/ocgcore/ocgapi.h
+1
-1
Classes/ocgcore/operations.cpp
Classes/ocgcore/operations.cpp
+1
-1
No files found.
Classes/ocgcore/ocgapi.h
View file @
3823c71e
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
#include "common.h"
#include "common.h"
#ifdef WIN32
#ifdef
_
WIN32
#define DECL_DLLEXPORT __declspec(dllexport)
#define DECL_DLLEXPORT __declspec(dllexport)
#else
#else
#define DECL_DLLEXPORT
#define DECL_DLLEXPORT
...
...
Classes/ocgcore/operations.cpp
View file @
3823c71e
...
@@ -1299,9 +1299,9 @@ int32_t field::trap_monster_adjust(uint16_t step) {
...
@@ -1299,9 +1299,9 @@ int32_t field::trap_monster_adjust(uint16_t step) {
if
(
fcount
<=
0
)
{
if
(
fcount
<=
0
)
{
for
(
auto
&
pcard
:
core
.
trap_monster_adjust_set
[
check_player
])
{
for
(
auto
&
pcard
:
core
.
trap_monster_adjust_set
[
check_player
])
{
to_grave_set
->
insert
(
pcard
);
to_grave_set
->
insert
(
pcard
);
core
.
units
.
begin
()
->
step
=
2
;
}
}
core
.
trap_monster_adjust_set
[
check_player
].
clear
();
core
.
trap_monster_adjust_set
[
check_player
].
clear
();
core
.
units
.
begin
()
->
step
=
2
;
}
else
if
((
int32_t
)
core
.
trap_monster_adjust_set
[
check_player
].
size
()
>
fcount
)
{
}
else
if
((
int32_t
)
core
.
trap_monster_adjust_set
[
check_player
].
size
()
>
fcount
)
{
uint32_t
ct
=
(
uint32_t
)
core
.
trap_monster_adjust_set
[
check_player
].
size
()
-
fcount
;
uint32_t
ct
=
(
uint32_t
)
core
.
trap_monster_adjust_set
[
check_player
].
size
()
-
fcount
;
core
.
select_cards
.
clear
();
core
.
select_cards
.
clear
();
...
...
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