enigma-cvs
[Top][All Lists]
Advanced

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

[Enigma-cvs] enigma/src oxyd.cc,1.71,1.72


From: Ralf Westram <address@hidden>
Subject: [Enigma-cvs] enigma/src oxyd.cc,1.71,1.72
Date: Mon, 27 Oct 2003 13:28:31 +0000

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

Modified Files:
        oxyd.cc 
Log Message:
- bugfix



Index: oxyd.cc
===================================================================
RCS file: /cvsroot/enigma/enigma/src/oxyd.cc,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -d -r1.71 -r1.72
*** oxyd.cc     27 Oct 2003 11:56:57 -0000      1.71
--- oxyd.cc     27 Oct 2003 13:28:28 -0000      1.72
***************
*** 646,655 ****
      index = level_index[index]-m_index_start;
  
!     static LevelInfo info (get_gametype(),
!                            strf("Import %s %d", get_name().c_str(), index),
!                            strf("%s #%d", get_name().c_str(), index+1),
!                            "Dongleware",
!                            get_revision_number(index), has_easymode(index),
!                            get_par_time(index), -1, "", "");
  
      return &info;
--- 646,656 ----
      index = level_index[index]-m_index_start;
  
!     static LevelInfo info;
!     info = LevelInfo(get_gametype(),
!                      strf("Import %s %d", get_name().c_str(), index),
!                      strf("%s #%d", get_name().c_str(), index+1),
!                      "Dongleware",
!                      get_revision_number(index), has_easymode(index),
!                      get_par_time(index), -1, "", "");
  
      return &info;





reply via email to

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