Skip to content

Commit

Permalink
bg2/Start: fixed another None var
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxlynxlynx committed Dec 14, 2024
1 parent 1511199 commit 1fc13ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemrb/GUIScripts/bg2/Start.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def OnLoad():
# migrate mpsave saves if possible and needed
MigrateSaveDir ()

skip_videos = GemRB.GetVar ("SkipIntroVideos")
skip_videos = GemRB.GetVar ("SkipIntroVideos") or 0
if not skip_videos and not GemRB.GetVar ("SeenIntroVideos"):
if GameCheck.IsBG2EE ():
GemRB.PlayMovie ("logo", 1)
Expand Down

0 comments on commit 1fc13ff

Please sign in to comment.