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.90,1.91


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: wastesedge/scripts init.py,1.90,1.91
Date: Wed, 21 Aug 2002 12:28:43 -0400

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

Modified Files:
        init.py 
Log Message:
REPLACED 'devel'-init.py with 'release'-init.py


Index: init.py
===================================================================
RCS file: /cvsroot/adonthell/wastesedge/scripts/init.py,v
retrieving revision 1.90
retrieving revision 1.91
diff -C2 -r1.90 -r1.91
*** init.py     21 Aug 2002 15:34:50 -0000      1.90
--- init.py     21 Aug 2002 16:28:41 -0000      1.91
***************
*** 13,19 ****
  #
  
! 
! from adonthell import *
! from main_menu import *
  import time
  
--- 13,18 ----
  #
  
[...1516 lines suppressed...]
!         # -- Launches the intro
  
!         import intro
  
          # -- start the mapengine
!         adonthell.gamedata_engine ().mapview_start ()
!         adonthell.gametime_update ()
!         adonthell.gamedata_engine ().fade_in ()
! 
  # -- 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]