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
REIKAI
ygopro
Commits
0abc7297
Commit
0abc7297
authored
Apr 22, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version
parent
ef80b90b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
gframe/game.cpp
gframe/game.cpp
+7
-7
ocgcore
ocgcore
+1
-1
No files found.
gframe/game.cpp
View file @
0abc7297
...
...
@@ -14,7 +14,7 @@
#include <dirent.h>
#endif
const
unsigned
short
PRO_VERSION
=
0x233
4
;
const
unsigned
short
PRO_VERSION
=
0x233
5
;
namespace
ygo
{
...
...
@@ -103,12 +103,12 @@ bool Game::Initialize() {
env
->
addStaticText
(
L"已知问题:
\n\n
\
场上没有可用于从额外卡组特殊召唤的
\n
\
格子时仍然可以尝试进行从额外卡组的
\n
\
超量·融合召唤。此时融合素材会被送
\n
\
去墓地,超量素材会进入异空间,但怪
\n
\
兽不会出场。
\n
\n
\
新大师规则下灵摆区域未被删除,但灵
\n
\
摆卡已经可以正常发动到后场。
\n
\n
\
王车连接的处理存在
问题。"
,
rect
<
s32
>
(
300
,
30
,
550
,
390
),
false
,
true
,
wMainMenu
);
融合召唤。
\n
\n
\
新大师规则下灵摆卡不显示刻度。
\n
\n
\
代替破坏的效果可以用不会被破坏的卡
\n
\
代替破坏。
\n
\n
\
淘气仙星灯光舞台王车连接的处理存在
\n
\
问题。"
,
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
@
3a493029
Subproject commit
2c3800be6cd62f86f3b0ed64432de441d7bd72ff
Subproject commit
3a493029c9ad579512e5f9af50326361d960134c
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