Skip to content

Commit

Permalink
Update pass mode duration for rcssserver 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gama11 committed Jun 17, 2019
1 parent 51d6081 commit 33c8e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
1.6.1 (to be released)
------------------------------
* added support for the latest server version's rectangular goals
* updated pass mode duration for rcssserver 0.7.2

1.6.0 (May 1, 2019)
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/rv/world/WorldModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public void renderBallCircle(GL2 gl)
switch (gameState.getPlayMode()) {
case GameState.PASS_LEFT:
case GameState.PASS_RIGHT:
ballCircleTime = ballCircleTimeLeft = 3;
ballCircleTime = ballCircleTimeLeft = 4;
break;
case GameState.KICK_IN_LEFT:
case GameState.KICK_IN_RIGHT:
Expand Down

0 comments on commit 33c8e8b

Please sign in to comment.