Merge branch 'Eknous-P/welcomescr'
This commit is contained in:
commit
39e049145a
4 changed files with 48 additions and 3 deletions
|
|
@ -2281,6 +2281,7 @@ class FurnaceGUI {
|
|||
bool introPlayed;
|
||||
bool protoWelcome;
|
||||
bool importedMOD, importedS3M, importedXM, importedIT;
|
||||
double popupTimer;
|
||||
Tutorial():
|
||||
#ifdef SUPPORT_XP
|
||||
introPlayed(true),
|
||||
|
|
@ -2291,7 +2292,8 @@ class FurnaceGUI {
|
|||
importedMOD(false),
|
||||
importedS3M(false),
|
||||
importedXM(false),
|
||||
importedIT(false) {
|
||||
importedIT(false),
|
||||
popupTimer(10.0f) {
|
||||
}
|
||||
} tutorial;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue