adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: wastesedge/scripts init.py,1.88,1.89


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: wastesedge/scripts init.py,1.88,1.89
Date: Sun, 26 May 2002 04:53:35 -0400

Update of /cvsroot/adonthell/wastesedge/scripts
In directory subversions:/tmp/cvs-serv6705

Modified Files:
        init.py 
Log Message:
ADDED quick-load feature

Index: init.py
===================================================================
RCS file: /cvsroot/adonthell/wastesedge/scripts/init.py,v
retrieving revision 1.88
retrieving revision 1.89
diff -C2 -r1.88 -r1.89
*** init.py     6 May 2002 13:47:17 -0000       1.88
--- init.py     26 May 2002 08:53:33 -0000      1.89
***************
*** 21,27 ****
          # -- load our music
          adonthell.audio_load_background (0, "audio/at-demo-1.ogg")
-         adonthell.audio_load_wave (0, "audio/select.wav")
-         adonthell.audio_load_wave (1, "audio/switch.wav")
-         adonthell.audio_load_wave (2, "audio/unselect.wav")
  
          # -- The themes and fonts we'll use
--- 21,24 ----
***************
*** 222,224 ****
  
  # -- Main --
! title = title_screen ()
--- 219,230 ----
  
  # -- Main --
! adonthell.audio_load_wave (0, "audio/select.wav")
! adonthell.audio_load_wave (1, "audio/switch.wav")
! adonthell.audio_load_wave (2, "audio/unselect.wav")
! 
! if adonthell.gamedata_load_newest () == 0:
!     title = title_screen ()
! else:
!     # -- Quick-load
!     adonthell.gametime_start_action ()
!     adonthell.gamedata_engine ().main ()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]