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
551606a6
Commit
551606a6
authored
Aug 08, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
39b8c2f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
gframe/game.cpp
gframe/game.cpp
+0
-2
gframe/game.h
gframe/game.h
+3
-3
No files found.
gframe/game.cpp
View file @
551606a6
...
...
@@ -658,8 +658,6 @@ bool Game::Initialize() {
hideChatTimer
=
0
;
return
true
;
}
void
Game
::
MainLoop
()
{
wchar_t
cap
[
256
];
camera
=
smgr
->
addCameraSceneNode
(
0
);
...
...
gframe/game.h
View file @
551606a6
...
...
@@ -13,6 +13,7 @@
namespace
ygo
{
#ifndef YGOPRO_SERVER_MODE
struct
Config
{
bool
use_d3d
;
unsigned
short
antialias
;
...
...
@@ -67,7 +68,7 @@ struct DuelInfo {
unsigned
short
time_limit
;
unsigned
short
time_left
[
2
];
};
#ifndef YGOPRO_SERVER_MODE
struct
FadingUnit
{
bool
signalAction
;
bool
isFadein
;
...
...
@@ -80,6 +81,7 @@ struct FadingUnit {
irr
::
core
::
vector2di
fadingDiff
;
};
#endif //YGOPRO_SERVER_MODE
class
Game
{
public:
...
...
@@ -140,9 +142,7 @@ public:
Signal
singleSignal
;
Signal
closeSignal
;
Signal
closeDoneSignal
;
#endif //YGOPRO_SERVER_MODE
Config
gameConf
;
#ifndef YGOPRO_SERVER_MODE
DuelInfo
dInfo
;
std
::
list
<
FadingUnit
>
fadingList
;
...
...
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