Skip to content

Instantly share code, notes, and snippets.

@grum
Created October 30, 2010 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grum/655781 to your computer and use it in GitHub Desktop.
Save grum/655781 to your computer and use it in GitHub Desktop.
Lines added to eo.java (from ea.java)
+ if (!paramel.q.c) {
+ i += this.V.nextInt(20) - 10;
+ k = paramel.e(i, j);
+ j += this.V.nextInt(20) - 10;
+ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment