adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: adonthell/src/modules dialogue.py,1.1,1.2


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src/modules dialogue.py,1.1,1.2
Date: Fri, 09 Aug 2002 16:01:28 -0400

Update of /cvsroot/adonthell/adonthell/src/modules
In directory subversions:/tmp/cvs-serv13386/modules

Modified Files:
        dialogue.py 
Log Message:
PORTED v0.4 event system back to v0.3
ADDED gamedate stuff to v0.3


Index: dialogue.py
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/modules/dialogue.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** dialogue.py 27 Apr 2002 10:33:32 -0000      1.1
--- dialogue.py 9 Aug 2002 20:01:26 -0000       1.2
***************
*** 32,37 ****
          result = 0
                  
!         # -- get the code to execute, the hint fot the dialogue engine
!         #    and the list of following dialogue options
          code, followers = self.dlg[index][1:]
          
--- 32,37 ----
          result = 0
                  
!         # -- get the code to execute and the list of following
!         #    dialogue options
          code, followers = self.dlg[index][1:]
          




reply via email to

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