removed draw method from GameObserver as it is no longer used since the refactor of the
player mulligan code.
This commit is contained in:
@@ -78,7 +78,6 @@ class GameObserver{
|
||||
void removeObserver(ActionElement * observer);
|
||||
void startGame(Rules * rules);
|
||||
void untapPhase();
|
||||
void draw();
|
||||
int isInPlay(MTGCardInstance * card);
|
||||
int isInGrave(MTGCardInstance * card);
|
||||
int isInExile(MTGCardInstance * card);
|
||||
|
||||
@@ -1054,10 +1054,6 @@ int GameObserver::isInExile(MTGCardInstance * card)
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
void GameObserver::draw()
|
||||
{
|
||||
currentPlayer->game->drawFromLibrary();
|
||||
}
|
||||
|
||||
void GameObserver::cleanupPhase()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user