table/directions.h
changeset 1247 01711347f9ac
parent 1246 45f15251412b
child 1248 d217e7124dee
--- a/table/directions.h	Mon Jan 31 11:03:23 2005 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-static const byte _dir_to_straight_trackdir[4] = {
-	0, 1, 8, 9,
-};
-
-static const byte _reverse_dir[4] = {
-//	3, 0, 1, 2
-	2, 3, 0, 1
-};