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
2a4a8265
Commit
2a4a8265
authored
Feb 18, 2019
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flex default duel rule
parent
c04a96bc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
gframe/game.h
gframe/game.h
+2
-0
gframe/premake4.lua
gframe/premake4.lua
+2
-0
ocgcore
ocgcore
+1
-1
No files found.
gframe/game.h
View file @
2a4a8265
...
@@ -753,7 +753,9 @@ extern Game* mainGame;
...
@@ -753,7 +753,9 @@ extern Game* mainGame;
#define TEXTURE_ATTACK 5
#define TEXTURE_ATTACK 5
#define TEXTURE_ACTIVATE 6
#define TEXTURE_ACTIVATE 6
#ifndef DEFAULT_DUEL_RULE
#define DEFAULT_DUEL_RULE 4
#define DEFAULT_DUEL_RULE 4
#endif
#define CARD_ARTWORK_VERSIONS_OFFSET 10
#define CARD_ARTWORK_VERSIONS_OFFSET 10
#endif // GAME_H
#endif // GAME_H
gframe/premake4.lua
View file @
2a4a8265
...
@@ -18,6 +18,8 @@ project "ygopro"
...
@@ -18,6 +18,8 @@ project "ygopro"
if
os.getenv
(
"YGOPRO_COMPAT_MYCARD"
)
then
if
os.getenv
(
"YGOPRO_COMPAT_MYCARD"
)
then
defines
{
"YGOPRO_COMPAT_MYCARD"
}
defines
{
"YGOPRO_COMPAT_MYCARD"
}
end
end
local
mr
=
os.getenv
(
"YGOPRO_DEFAULT_DUEL_RULE"
)
if
mr
and
tonumber
(
mr
)
then
defines
{
"DEFAULT_DUEL_RULE="
..
tonumber
(
mr
)
}
end
configuration
"windows"
configuration
"windows"
files
"ygopro.rc"
files
"ygopro.rc"
...
...
ocgcore
@
2652821e
Subproject commit 2
596febe9d63caa3b01742ea9ab5f3b562f94bdc
Subproject commit 2
652821e629f75df578c0d6e7d9ec240ae9dab3e
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