Correction temporaire pour un fichier manquant (John)

This commit is contained in:
Georges Dupéron 2011-01-28 17:11:06 +01:00
parent 1530ca16e0
commit 7f4f86b2c3

View File

@ -43,12 +43,14 @@ public class Main extends Activity implements OnClickListener {
}
if (v.getId()==R.id.voirscore){
// TODO: à supprimer
/*
Intent intent = new Intent(this, Score.class);
intent.putExtra("corrects", 10);
intent.putExtra("mauvais", 2);
intent.putExtra("manquants", 1.5);
intent.putExtra("total", 10); // WHERE??
startActivity(intent);
*/
}
}