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
e610966c
"...Irrlicht/svn:/svn.code.sf.net/p/irrlicht/code/trunk@5169" did not exist on "1e65f32ea7e7ef2fad48796038ac311d4deb81d9"
Commit
e610966c
authored
Oct 07, 2018
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flex duel rule
parent
10a39b4a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
gframe/game.h
gframe/game.h
+2
-0
gframe/premake4.lua
gframe/premake4.lua
+2
-0
No files found.
gframe/game.h
View file @
e610966c
...
...
@@ -741,7 +741,9 @@ extern HostInfo game_info;
#define TEXTURE_ATTACK 5
#define TEXTURE_ACTIVATE 6
#ifndef DEFAULT_DUEL_RULE
#define DEFAULT_DUEL_RULE 4
#endif
#define CARD_ARTWORK_VERSIONS_OFFSET 10
#endif // GAME_H
gframe/premake4.lua
View file @
e610966c
...
...
@@ -4,6 +4,8 @@ project "ygopro"
kind
"ConsoleApp"
defines
{
"YGOPRO_SERVER_MODE"
}
local
mr
=
os.getenv
(
"YGOPRO_DEFAULT_DUEL_RULE"
)
if
mr
and
tonumber
(
mr
)
then
defines
{
"DEFAULT_DUEL_RULE="
..
tonumber
(
mr
)
}
end
files
{
"gframe.cpp"
,
"config.h"
,
"game.cpp"
,
"game.h"
,
...
...
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