@@ -20,7 +20,7 @@ car ** active = NULL;
// all of our offset arrays
int dirs[4] = {0, 3, 6, 9};
-int northa[4] = {0, 0, 1, 2;
+int northa[4] = {0, 0, 1, 2};
int easta[4] = {2, 0, 0, 1};
int southa[4] = {1, 2, 0, 0};
int westa[4] = {0, 1, 2, 0};