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
wyykak
ygopro
Commits
9b1a22fb
Commit
9b1a22fb
authored
Aug 10, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version
parent
35587c2d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
gframe/game.cpp
gframe/game.cpp
+2
-4
ocgcore
ocgcore
+1
-1
script
script
+1
-1
No files found.
gframe/game.cpp
View file @
9b1a22fb
...
...
@@ -14,7 +14,7 @@
#include <dirent.h>
#endif
const
unsigned
short
PRO_VERSION
=
0x233
C
;
const
unsigned
short
PRO_VERSION
=
0x233
D
;
namespace
ygo
{
...
...
@@ -107,9 +107,7 @@ bool Game::Initialize() {
env
->
addStaticText
(
L"已知问题:
\n\n
\
特殊同调和特殊超量没有正确检查是否
\n
\
有可用格子。
\n\n
\
代替破坏的效果可以用不会被破坏的卡
\n
\
代替破坏。"
,
rect
<
s32
>
(
300
,
30
,
550
,
390
),
false
,
true
,
wMainMenu
);
有可用格子。"
,
rect
<
s32
>
(
300
,
30
,
550
,
390
),
false
,
true
,
wMainMenu
);
//lan mode
wLanWindow
=
env
->
addWindow
(
rect
<
s32
>
(
220
,
100
,
800
,
520
),
false
,
dataManager
.
GetSysString
(
1200
));
...
...
ocgcore
@
e0b255a7
Subproject commit
35b5c980f090bbd4606f7a736a59a81d1e0643c0
Subproject commit
e0b255a75d69288980d1bf27ea12a96bbe252385
script
@
bf0d2714
Subproject commit
dd6783d6cab0478aa4acab318b1168d6365e998b
Subproject commit
bf0d27148b7866ad11c05837b6dbadfe2efed253
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