Added game files from TMP4
This commit is contained in:
@ -21,14 +21,10 @@ class LogoWindow(ui.ScriptWindow):
|
||||
net.SetPhaseWindow(net.PHASE_WINDOW_LOGO, self)
|
||||
self.stream = stream
|
||||
self.playingVideo = 0
|
||||
self.bNeedUpdate = TRUE
|
||||
self.bNeedUpdate = True
|
||||
self.nextLogoIndex = 0
|
||||
self.videoList = ["logo1.avi", "logo2.avi"]
|
||||
|
||||
if (localeInfo.IsEUROPE() or localeInfo.IsARABIC()) and (not localeInfo.IsCHEONMA() and not localeInfo.IsWE_KOREA()):
|
||||
self.videoList = ["gf.mpg", "ymir.mpg"]
|
||||
else:
|
||||
self.videoList = ["ymir.mpg"]
|
||||
|
||||
def __del__(self):
|
||||
ui.ScriptWindow.__del__(self)
|
||||
net.SetPhaseWindow(net.PHASE_WINDOW_LOGO, 0)
|
||||
@ -60,7 +56,7 @@ class LogoWindow(ui.ScriptWindow):
|
||||
self.CloseVideo()
|
||||
self.LoadNextVideo()
|
||||
else:
|
||||
self.bNeedUpdate = FALSE
|
||||
self.bNeedUpdate = False
|
||||
self.stream.SetLoginPhase()
|
||||
else:
|
||||
self.playingVideo = app.OnLogoUpdate()
|
||||
|
Reference in New Issue
Block a user