Commit 06b15b1c authored by edo9300's avatar edo9300 Committed by GitHub

Fix

parent 40935ebc
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment