[Commit] RRbot RicochetRecursive.java,1.5,1.6

Adam Ingram-Goble commit at keithp.com
Tue Jun 10 12:03:50 PDT 2003


Committed by: adamaig

Update of /local/src/CVS/RRbot
In directory home.keithp.com:/tmp/cvs-serv32694

Modified Files:
	RicochetRecursive.java 
Log Message:
Repositioned the recursive call, added a comment about it.


Index: RicochetRecursive.java
===================================================================
RCS file: /local/src/CVS/RRbot/RicochetRecursive.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- RicochetRecursive.java	10 Jun 2003 18:00:49 -0000	1.5
+++ RicochetRecursive.java	10 Jun 2003 18:03:48 -0000	1.6
@@ -171,13 +171,11 @@
                 } 
 
                 stopT.put( zkey, newNode );
-              
                 // undo the move
                 board.takeBackMove ( robots[i], oldRow, oldCol, robots[i].rpos()
                         , robots[i].cpos() );
             }
         }
-
         return 0;
     }
 




More information about the Commit mailing list