/[enigma]/enigma/src/options.cc
ViewVC logotype

Diff of /enigma/src/options.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by dheck, Fri Jun 27 07:42:48 2003 UTC revision 1.22 by reallysoft, Mon Jun 30 12:30:46 2003 UTC
# Line 68  namespace options Line 68  namespace options
68      // not stored in ~/.enigmarc :      // not stored in ~/.enigmarc :
69    
70      bool LevelStatusChanged = false;      bool LevelStatusChanged = false;
71      bool MustRestart = false;      bool MustRestart        = false;
72        bool MustRestartLevel   = false;
73  }  }
74    
75  namespace  namespace
# Line 87  LevelStatus::LevelStatus(int easy, int h Line 88  LevelStatus::LevelStatus(int easy, int h
88          solved_at = time(0); // default to now          solved_at = time(0); // default to now
89  }  }
90    
91  bool LevelStatus::operator != (const LevelStatus& other) const  bool LevelStatus::operator != (const LevelStatus& other) const
92  {  {
93      return !(par_easy == other.par_easy &&      return !(par_easy == other.par_easy &&
94               par_hard == other.par_hard &&               par_hard == other.par_hard &&

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26