enigma-cvs
[Top][All Lists]
Advanced

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

[Enigma-cvs] enigma/src options.hh,1.22,1.23


From: Ralf Westram <address@hidden>
Subject: [Enigma-cvs] enigma/src options.hh,1.22,1.23
Date: Wed, 22 Oct 2003 21:37:08 +0000

Update of /cvsroot/enigma/enigma/src
In directory subversions:/tmp/cvs-serv4345/src

Modified Files:
        options.hh 
Log Message:
- SetLevelTime/SetLevelFinished added parameter 'revision'



Index: options.hh
===================================================================
RCS file: /cvsroot/enigma/enigma/src/options.hh,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** options.hh  20 Oct 2003 08:05:46 -0000      1.22
--- options.hh  22 Oct 2003 21:37:06 -0000      1.23
***************
*** 85,94 ****
  
      /* Returns true if time is new record for this level.
!        SetLevelFinished() must be called before calling this
!        function. */
!     bool SetLevelTime(const string &pack, const string &level, 
!                       int difficulty, int time);
  
!     void SetLevelFinished(const string &pack, const string &level, int 
difficulty);
  
      /* Save the current set of options to the user's configuration
--- 85,93 ----
  
      /* Returns true if time is new record for this level.
!        SetLevelFinished() is called by this function. */
!     bool SetLevelTime(const string &pack, const string &level,
!                       int difficulty, int revision, int time);
  
!     void SetLevelFinished(const string &pack, const string &level, int 
difficulty, int revision);
  
      /* Save the current set of options to the user's configuration





reply via email to

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