enigma-cvs
[Top][All Lists]
Advanced

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

[Enigma-cvs] enigma/src levelpack.cc,1.14,1.15


From: Daniel Heck <address@hidden>
Subject: [Enigma-cvs] enigma/src levelpack.cc,1.14,1.15
Date: Thu, 20 Nov 2003 20:23:34 +0000

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

Modified Files:
        levelpack.cc 
Log Message:

- Cosmetic changes.


Index: levelpack.cc
===================================================================
RCS file: /cvsroot/enigma/enigma/src/levelpack.cc,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** levelpack.cc        16 Nov 2003 19:26:09 -0000      1.14
--- levelpack.cc        20 Nov 2003 20:23:32 -0000      1.15
***************
*** 98,104 ****
  
  
! //----------------------------------------
! // LevelPack_Enigma implementation
! //----------------------------------------
  
  LevelPack_Enigma::LevelPack_Enigma (const string &initfile, const string &n)
--- 98,102 ----
  
  
! /* -------------------- LevelPack_Enigma -------------------- */
  
  LevelPack_Enigma::LevelPack_Enigma (const string &initfile, const string &n)
***************
*** 117,123 ****
  }
  
! int
! LevelPack_Enigma::get_revision_number(size_t index) const
! {
      const LevelInfo *levelinfo = get_info(index);
      return levelinfo->revision;
--- 115,119 ----
  }
  
! int LevelPack_Enigma::get_revision_number(size_t index) const {
      const LevelInfo *levelinfo = get_info(index);
      return levelinfo->revision;
***************
*** 332,338 ****
  
  
! //----------------------------------------
! // LevelPack_Zipped implementation
! //----------------------------------------
  
  LevelPack_Zipped::LevelPack_Zipped (const string &zipfile)
--- 328,332 ----
  
  
! /* -------------------- LevelPack_Zipped -------------------- */
  
  LevelPack_Zipped::LevelPack_Zipped (const string &zipfile)
***************
*** 389,395 ****
  
  
! //----------------------------------------
! // Functions
! //----------------------------------------
  
  // contains all levels packs added by AddLevelPack and AddZippedLevelPack
--- 383,387 ----
  
  
! /* -------------------- Functions -------------------- */
  
  // contains all levels packs added by AddLevelPack and AddZippedLevelPack





reply via email to

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