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
YGOPRO-520DIY
ygopro
Commits
a5545846
Commit
a5545846
authored
May 21, 2024
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move away string
parent
e83d1743
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gframe/event_handler.cpp
gframe/event_handler.cpp
+1
-1
strings.conf
strings.conf
+1
-1
No files found.
gframe/event_handler.cpp
View file @
a5545846
...
@@ -523,7 +523,7 @@ bool ClientField::OnEvent(const irr::SEvent& event) {
...
@@ -523,7 +523,7 @@ bool ClientField::OnEvent(const irr::SEvent& event) {
current_mset_param
=
(
i
<<
16
)
+
3
;
current_mset_param
=
(
i
<<
16
)
+
3
;
if
(
mainGame
->
gameConf
.
ask_mset
)
{
if
(
mainGame
->
gameConf
.
ask_mset
)
{
wchar_t
wbuf
[
256
];
wchar_t
wbuf
[
256
];
myswprintf
(
wbuf
,
dataManager
.
GetSysString
(
13
55
),
dataManager
.
GetName
(
clicked_card
->
code
));
myswprintf
(
wbuf
,
dataManager
.
GetSysString
(
13
68
),
dataManager
.
GetName
(
clicked_card
->
code
));
mainGame
->
stQMessage
->
setText
(
wbuf
);
mainGame
->
stQMessage
->
setText
(
wbuf
);
mainGame
->
PopupElement
(
mainGame
->
wQuery
);
mainGame
->
PopupElement
(
mainGame
->
wQuery
);
}
else
{
}
else
{
...
...
strings.conf
View file @
a5545846
...
@@ -407,7 +407,6 @@
...
@@ -407,7 +407,6 @@
!
system
1352
主要信息:
!
system
1352
主要信息:
!
system
1353
播放起始于回合:
!
system
1353
播放起始于回合:
!
system
1354
开局默认显示所有时点
!
system
1354
开局默认显示所有时点
!
system
1355
是否确定盖放[%
ls
]?
!
system
1356
此操作将放弃对当前卡组的修改,是否继续?
!
system
1356
此操作将放弃对当前卡组的修改,是否继续?
!
system
1357
不提示保留对卡组的修改
!
system
1357
不提示保留对卡组的修改
!
system
1358
键入关键字后自动进行搜索
!
system
1358
键入关键字后自动进行搜索
...
@@ -420,6 +419,7 @@
...
@@ -420,6 +419,7 @@
!
system
1365
重命名失败,可能存在同名文件
!
system
1365
重命名失败,可能存在同名文件
!
system
1366
自动保存录像
!
system
1366
自动保存录像
!
system
1367
录像已自动保存为%
ls
.
yrp
!
system
1367
录像已自动保存为%
ls
.
yrp
!
system
1368
是否确定盖放[%
ls
]?
!
system
1369
提取卡组
!
system
1369
提取卡组
!
system
1370
星数↑
!
system
1370
星数↑
!
system
1371
攻击↑
!
system
1371
攻击↑
...
...
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