--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/table/directions.h Sun Sep 05 17:11:00 2004 +0000
@@ -0,0 +1,8 @@
+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
+};