fix: explorateur static, pas besoin dans le constructeur

This commit is contained in:
Laureηt 2021-12-01 08:57:05 +01:00
parent de11a5a2be
commit 40cc058e40
No known key found for this signature in database
GPG key ID: D88C6B294FD40994

View file

@ -7,13 +7,11 @@ public class Jeu {
Transformation transformations[]; Transformation transformations[];
public Jeu( public Jeu(
Explorateur n_explorateur,
Territoire territoire, Territoire territoire,
Objet objets[], Objet objets[],
Connaissance connaissances[], Connaissance connaissances[],
Personne personnes[], Personne personnes[],
Transformation transformations[]) { Transformation transformations[]) {
explorateur = n_explorateur;
this.territoire = territoire; this.territoire = territoire;
this.objets = objets; this.objets = objets;
this.connaissances = connaissances; this.connaissances = connaissances;