gbrainy r233 - trunk/src
- From: jmas svn gnome org
- To: svn-commits-list gnome org
- Subject: gbrainy r233 - trunk/src
- Date: Tue, 19 Feb 2008 19:34:19 +0000 (GMT)
Author: jmas
Date: Tue Feb 19 19:34:19 2008
New Revision: 233
URL: http://svn.gnome.org/viewvc/gbrainy?rev=233&view=rev
Log:
Reverts not necessary changes
Modified:
trunk/src/GameManager.cs
trunk/src/gbrainy.cs
Modified: trunk/src/GameManager.cs
==============================================================================
--- trunk/src/GameManager.cs (original)
+++ trunk/src/GameManager.cs Tue Feb 19 19:34:19 2008
@@ -172,8 +172,8 @@
enumerator.MoveNext ();
}
- //puzzle = (Game) Activator.CreateInstance ((Type) games [(int) enumerator.Current], true);
- puzzle = (Game) Activator.CreateInstance (LogicPuzzles [29], true);
+ puzzle = (Game) Activator.CreateInstance ((Type) games [(int) enumerator.Current], true);
+ //puzzle = (Game) Activator.CreateInstance (LogicPuzzles [29], true);
if (first != null && first.GetType () == puzzle.GetType ())
break;
Modified: trunk/src/gbrainy.cs
==============================================================================
--- trunk/src/gbrainy.cs (original)
+++ trunk/src/gbrainy.cs Tue Feb 19 19:34:19 2008
@@ -44,8 +44,8 @@
GameSession session;
const int ok_buttonid = -5;
ToolButton pause_tbbutton;
- int memquestion_time = 0;
- bool memquestion_warn = false;
+ int memquestion_time = 4;
+ bool memquestion_warn = true;
Game.Difficulty difficulty = Game.Difficulty.Medium;
public gbrainy (string [] args, params object [] props)
@@ -116,7 +116,7 @@
question_label.Text = string.Empty;
ActiveInputControls (false);
- OnMemoryOnly (this, EventArgs.Empty); // temp
+ //OnMemoryOnly (this, EventArgs.Empty); // temp
}
public int MemQuestionTime {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]