This commit is contained in:
Kristian Knarvik 2020-03-10 18:35:35 +01:00
commit 30a2379544

View File

@ -165,6 +165,8 @@ public class RoboRallyGame implements IDrawableGame {
case BACK_UP:
gameBoard.reverseRobot(robotID);
break;
default:
throw new IllegalArgumentException("Not a recognized action.");
}
}