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

Fix

parent 40935ebc
......@@ -37,6 +37,7 @@ struct Config {
int chkHideHintButton;
int draw_field_spell;
int chkAnime;
bool enablesound;
double volume;
bool enablemusic;
......@@ -433,6 +434,7 @@ public:
irr::gui::IGUIWindow* wLinkMarks;
irr::gui::IGUIButton* btnMark[8];
irr::gui::IGUIButton* btnMarksOK;
irr::gui::IGUICheckBox* chkAnime;
//sort type
irr::gui::IGUIStaticText* wSort;
irr::gui::IGUIComboBox* cbSortType;
......@@ -619,6 +621,7 @@ extern Game* mainGame;
#define CHECK_DECK_MASTER_DUEL 366
#define CHECKBOX_ENABLE_MUSIC 361
#define SCROLL_VOLUME 362
#define CHECKBOX_SHOW_ANIME 363
#define COMBOBOX_SORTTYPE 370
#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