za

Fork of m3pi by Chris Styles

Revision:
13:f55ec972be61
Parent:
12:042135807ee8
Child:
14:4739a7ef4251
--- a/Resources.h	Fri Apr 19 10:46:16 2013 +0000
+++ b/Resources.h	Fri Apr 19 18:06:35 2013 +0000
@@ -217,8 +217,8 @@
 int destRow = 9;    // Destination loc
 int destCol = 9;
 
-int currRow = 7;    // Current Loc
-int currCol = 15;
+int currRow = startRow;    // Current Loc
+int currCol = startCol;
 
 unsigned int Movements[5000];
 int moveCounter = 0;