* Remove an unused variable.
This commit is contained in:
jean.chalard
2009-09-08 01:32:30 +00:00
parent 6f183fd8ec
commit a0b1da9810

View File

@@ -81,7 +81,6 @@ void GameObserver::nextPlayer(){
combatStep = BLOCKERS;
}
void GameObserver::nextGamePhase(){
Phase * cPhaseOld = phaseRing->getCurrentPhase();
phaseRing->forward();
Phase * cPhase = phaseRing->getCurrentPhase();
currentGamePhase = cPhase->id;