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
06b15b1c
Commit
06b15b1c
authored
Aug 24, 2017
by
edo9300
Committed by
GitHub
Aug 24, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
40935ebc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
gframe/game.h
gframe/game.h
+3
-0
No files found.
gframe/game.h
View file @
06b15b1c
...
@@ -37,6 +37,7 @@ struct Config {
...
@@ -37,6 +37,7 @@ struct Config {
int
chkHideHintButton
;
int
chkHideHintButton
;
int
draw_field_spell
;
int
draw_field_spell
;
int
chkAnime
;
bool
enablesound
;
bool
enablesound
;
double
volume
;
double
volume
;
bool
enablemusic
;
bool
enablemusic
;
...
@@ -433,6 +434,7 @@ public:
...
@@ -433,6 +434,7 @@ public:
irr
::
gui
::
IGUIWindow
*
wLinkMarks
;
irr
::
gui
::
IGUIWindow
*
wLinkMarks
;
irr
::
gui
::
IGUIButton
*
btnMark
[
8
];
irr
::
gui
::
IGUIButton
*
btnMark
[
8
];
irr
::
gui
::
IGUIButton
*
btnMarksOK
;
irr
::
gui
::
IGUIButton
*
btnMarksOK
;
irr
::
gui
::
IGUICheckBox
*
chkAnime
;
//sort type
//sort type
irr
::
gui
::
IGUIStaticText
*
wSort
;
irr
::
gui
::
IGUIStaticText
*
wSort
;
irr
::
gui
::
IGUIComboBox
*
cbSortType
;
irr
::
gui
::
IGUIComboBox
*
cbSortType
;
...
@@ -619,6 +621,7 @@ extern Game* mainGame;
...
@@ -619,6 +621,7 @@ extern Game* mainGame;
#define CHECK_DECK_MASTER_DUEL 366
#define CHECK_DECK_MASTER_DUEL 366
#define CHECKBOX_ENABLE_MUSIC 361
#define CHECKBOX_ENABLE_MUSIC 361
#define SCROLL_VOLUME 362
#define SCROLL_VOLUME 362
#define CHECKBOX_SHOW_ANIME 363
#define COMBOBOX_SORTTYPE 370
#define COMBOBOX_SORTTYPE 370
#define BUTTON_MARKS_FILTER 380
#define BUTTON_MARKS_FILTER 380
...
...
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