1
0
Fork 0
mirror of https://gitlab.com/echtnurich/windozexp-enhanced.git synced 2024-09-19 18:40:04 +02:00

remove stale variable

This commit is contained in:
echtnurich 2023-12-02 19:21:37 +01:00
parent bd1b7713c1
commit 75fd7532b2

View file

@ -11,7 +11,7 @@ if ( Plymouth.GetMode () == "boot" )
logo.sprite.SetZ (10000); logo.sprite.SetZ (10000);
logo.sprite.SetOpacity (1); logo.sprite.SetOpacity (1);
progress = 0; progress = 0;
decrypted = 0;
progress_box.image = Image("throbber-038.png"); progress_box.image = Image("throbber-038.png");
progress_box.sprite = Sprite(); progress_box.sprite = Sprite();
@ -156,7 +156,6 @@ fun display_password_callback (prompt, bullets)
else else
dialog.bullet[index].sprite.SetOpacity(0); dialog.bullet[index].sprite.SetOpacity(0);
//decrypted = 1;
} }
} }
//logo.sprite.SetOpacity (0); //logo.sprite.SetOpacity (0);