Pārlūkot izejas kodu

feat: remove GameActor reference from GameState once assigned to AI

rdh-local-prototype-endturn
Rob Hallam pirms 9 mēnešiem
vecāks
revīzija
7a182cb7ea
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. +1
    -0
      app/structures/GameState.java

+ 1
- 0
app/structures/GameState.java Parādīt failu

@@ -41,5 +41,6 @@ public class GameState {
this.currentPlayer = 1;
// create the AI player:
this.aiPlayer = new AIPlayer(this.gameActor);
this.gameActor = null;
}
}

Notiek ielāde…
Atcelt
Saglabāt