Skip to content

Commit 6b5701c

Browse files
committed
Trying to fix conflicts and get this working.
1 parent 9853f17 commit 6b5701c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/GameController.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,13 @@ bool GameController::handleBoardEvent(ScreenCoordinate screenCoord) {
189189
}
190190
break;
191191
case ROBBER:
192-
//model.moveRobber(coord);
193192
robPlayers();
194-
195193
if(!hasClickHistory())
194+
{
196195
storeClick(coord);
196+
view.setControlStateText("Click the name of the player you want to rob(choose yourself to not rob anyone)");
197+
}
198+
197199
break;
198200
case BUILDROAD_DEVCARD:
199201
storeClick(coord);

0 commit comments

Comments
 (0)