Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Inscrição
Iniciar sessão
bertieb
/
itsd-project-code
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
feat: remove GameActor reference from GameState once assigned to AI
rdh-local-prototype-endturn
Rob Hallam
há 9 meses
ascendente
7ac60058fa
cometimento
7a182cb7ea
1 ficheiros alterados
com
1 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-0
app/structures/GameState.java
+ 1
- 0
app/structures/GameState.java
Ver ficheiro
@@ -41,5 +41,6 @@ public class GameState {
this.currentPlayer = 1;
// create the AI player:
this.aiPlayer = new AIPlayer(this.gameActor);
this.gameActor = null;
}
}
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar