gbrainy r508 - trunk/src
- From: jmas svn gnome org
- To: svn-commits-list gnome org
- Subject: gbrainy r508 - trunk/src
- Date: Wed, 4 Feb 2009 19:22:56 +0000 (UTC)
Author: jmas
Date: Wed Feb 4 19:22:56 2009
New Revision: 508
URL: http://svn.gnome.org/viewvc/gbrainy?rev=508&view=rev
Log:
Fixes constructor
Modified:
trunk/src/Game.cs
Modified: trunk/src/Game.cs
==============================================================================
--- trunk/src/Game.cs (original)
+++ trunk/src/Game.cs Wed Feb 4 19:22:56 2009
@@ -49,7 +49,7 @@
private Difficulty difficulty;
private bool trace_score = false; // Set to true to debug scoring
- public Game ()
+ protected Game ()
{
random = new Random ();
application = null;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]