commit 76b92370453cd412f21517bf8466611d50b7d815
parent cb58b47973363f3a5c33b5ce3e53c9394258b137
Author: Bertrand BRUN <bertrand0brun@gmail.com>
Date: Fri, 25 Feb 2011 16:57:53 +0100
Le jeu commance en mode aide des le debut
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/code/PtiClic/src/org/pticlic/games/BaseGame.java b/code/PtiClic/src/org/pticlic/games/BaseGame.java
@@ -184,6 +184,7 @@ public class BaseGame extends Activity implements OnClickListener {
}
((TextView)findViewById(R.id.mainWord)).setText(DownloadedBaseGame.getName(game.getCentre()));
+ this.helpMode();
}
/* (non-Javadoc)