mirror of
https://gitlab.com/echtnurich/windozexp-enhanced.git
synced 2024-11-12 19:21:02 +01:00
remove stale variable
This commit is contained in:
parent
bd1b7713c1
commit
75fd7532b2
1 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,7 @@ if ( Plymouth.GetMode () == "boot" )
|
|||
logo.sprite.SetZ (10000);
|
||||
logo.sprite.SetOpacity (1);
|
||||
progress = 0;
|
||||
decrypted = 0;
|
||||
|
||||
|
||||
progress_box.image = Image("throbber-038.png");
|
||||
progress_box.sprite = Sprite();
|
||||
|
@ -156,7 +156,6 @@ fun display_password_callback (prompt, bullets)
|
|||
else
|
||||
dialog.bullet[index].sprite.SetOpacity(0);
|
||||
|
||||
//decrypted = 1;
|
||||
}
|
||||
}
|
||||
//logo.sprite.SetOpacity (0);
|
||||
|
|
Loading…
Reference in a new issue