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
3a6f1866
Commit
3a6f1866
authored
May 23, 2018
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
still buggy
parent
adf3215b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
gframe/drawing.cpp
gframe/drawing.cpp
+1
-1
textures/clock.png
textures/clock.png
+0
-0
No files found.
gframe/drawing.cpp
View file @
3a6f1866
...
@@ -531,7 +531,7 @@ void Game::DrawMisc() {
...
@@ -531,7 +531,7 @@ void Game::DrawMisc() {
}
}
}
}
if
(
!
dInfo
.
isReplay
&&
dInfo
.
player_type
<
7
&&
dInfo
.
time_limit
)
{
if
(
!
dInfo
.
isReplay
&&
dInfo
.
player_type
<
7
&&
dInfo
.
time_limit
)
{
if
(
imageManager
.
tClock
)
{
if
(
imageManager
.
tClock
!=
NULL
)
{
driver
->
draw2DImage
(
imageManager
.
tClock
,
ResizeCardMid
(
472
,
32
,
490
,
50
,
490
,
41
),
ResizeFit
(
0
,
0
,
18
,
18
),
0
,
0
,
true
);
driver
->
draw2DImage
(
imageManager
.
tClock
,
ResizeCardMid
(
472
,
32
,
490
,
50
,
490
,
41
),
ResizeFit
(
0
,
0
,
18
,
18
),
0
,
0
,
true
);
driver
->
draw2DImage
(
imageManager
.
tClock
,
ResizeCardMid
(
795
,
32
,
813
,
50
,
813
,
41
),
ResizeFit
(
0
,
0
,
18
,
18
),
0
,
0
,
true
);
driver
->
draw2DImage
(
imageManager
.
tClock
,
ResizeCardMid
(
795
,
32
,
813
,
50
,
813
,
41
),
ResizeFit
(
0
,
0
,
18
,
18
),
0
,
0
,
true
);
}
}
...
...
textures/clock.png
View replaced file @
adf3215b
View file @
3a6f1866
5.22 KB
|
W:
|
H:
3.41 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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