Skip to content

Commit 1c827c6

Browse files
committed
A change I did to the controller got undone, redoing it
1 parent 6b5701c commit 1c827c6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/GameController.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,6 @@ bool GameController::handleBoardEvent(ScreenCoordinate screenCoord) {
213213
storeClick(coord);
214214
view.setControlStateText("Select a player around that tile to steal from (Select yourself if you don't want to rob anyone)");
215215
break;
216-
case YEAROFPLENTY_DEVCARD:
217-
model.getCurrentPlayer().playYearOfPlenty(model.getResourceTile(coord).getType());
218-
popState();
219-
break;
220216
case VICTORYPOINT_DEVCARD:
221217
model.getCurrentPlayer().playVictoryCard();
222218
handleCancelButtonEvent(screenCoord);

0 commit comments

Comments
 (0)