enigma-cvs
[Top][All Lists]
Advanced

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

[Enigma-cvs] enigma/src options.cc,1.28,1.29


From: Ralf Westram <address@hidden>
Subject: [Enigma-cvs] enigma/src options.cc,1.28,1.29
Date: Sun, 09 Nov 2003 11:55:29 +0000

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

Modified Files:
        options.cc 
Log Message:
- store time hunting mode to config



Index: options.cc
===================================================================
RCS file: /cvsroot/enigma/enigma/src/options.cc,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** options.cc  3 Nov 2003 14:21:35 -0000       1.28
--- options.cc  9 Nov 2003 11:55:27 -0000       1.29
***************
*** 66,69 ****
--- 66,70 ----
  
      bool SkipSolvedLevels = false;
+     bool TimeHunting      = false;
  
      // not stored in ~/.enigmarc :
***************
*** 252,255 ****
--- 253,257 ----
          fprintf (fp, "options.SoundSet = \"%i\"\n",         SoundSet);
          fprintf (fp, "options.SkipSolvedLevels = %d\n",     SkipSolvedLevels);
+         fprintf (fp, "options.TimeHunting = %d\n",          TimeHunting);
          fprintf (fp, "options.Difficulty = %d\n",           Difficulty);
          fprintf (fp, "options.VideoMode = %d\n",            VideoMode);





reply via email to

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