release v0.6.3
This commit is contained in:
parent
0f0cccc2b6
commit
f28dcec683
20 changed files with 76 additions and 51 deletions
|
|
@ -497,7 +497,11 @@ static const char* cvText[]={
|
|||
};
|
||||
|
||||
void FurnaceGUI::syncTutorial() {
|
||||
#ifdef SUPPORT_XP
|
||||
tutorial.introPlayed=e->getConfBool("tutIntroPlayed",true);
|
||||
#else
|
||||
tutorial.introPlayed=e->getConfBool("tutIntroPlayed",false);
|
||||
#endif
|
||||
tutorial.protoWelcome=e->getConfBool("tutProtoWelcome2",false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue