branch: master
commit 2b7e80737499901e28383371bd6ff1689c86edc1
Author: Kai Sterker <[email protected]>
Commit: Kai Sterker <[email protected]>
FIXED garbage showing up in first frame of intro, due to uninitialized label
---
scripts/modules/intro.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/scripts/modules/intro.py b/scripts/modules/intro.py
index 0179702..f831f77 100644
--- a/scripts/modules/intro.py
+++ b/scripts/modules/intro.py
@@ -85,6 +85,7 @@ cont.set_trans_background (True)
lab = win_label ()
lab.move (5, 5)
lab.resize (cont.length () - 10, cont.height () - 10)
+lab.fillrect(0, 0, cont.length () - 10, cont.height () - 10, 0)
lab.set_font (font)
lab.pack ()
@@ -159,7 +160,7 @@ status = -1
letsexit = 0
screen_clear ()
-
+
gametime_start_action ()
audio_play_background (0)
_______________________________________________
Adonthell-commits mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/adonthell-commits