mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-02-01 07:39:35 +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:
|
case BACK_UP:
|
||||||
gameBoard.reverseRobot(robotID);
|
gameBoard.reverseRobot(robotID);
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
throw new IllegalArgumentException("Not a recognized action.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user