release v0.6pre5
the thousand-star release
This commit is contained in:
parent
4c069178e7
commit
b24b22dfd9
7 changed files with 49 additions and 19 deletions
|
|
@ -1590,12 +1590,12 @@ class FurnaceGUI {
|
|||
struct Tutorial {
|
||||
int userComesFrom;
|
||||
bool introPlayed;
|
||||
bool welcome;
|
||||
bool protoWelcome;
|
||||
bool taken[GUI_TUTORIAL_MAX];
|
||||
Tutorial():
|
||||
userComesFrom(0),
|
||||
introPlayed(false),
|
||||
welcome(false) {
|
||||
protoWelcome(false) {
|
||||
memset(taken,0,GUI_TUTORIAL_MAX*sizeof(bool));
|
||||
}
|
||||
} tutorial;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue