mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
Merge branch 'master' of https://github.com/inf112-v20/Fiasko
This commit is contained in:
commit
30a2379544
@ -165,6 +165,8 @@ public class RoboRallyGame implements IDrawableGame {
|
||||
case BACK_UP:
|
||||
gameBoard.reverseRobot(robotID);
|
||||
break;
|
||||
default:
|
||||
throw new IllegalArgumentException("Not a recognized action.");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user