From 692c147faef712cd03000d6b84ef236f81ca0cd4 Mon Sep 17 00:00:00 2001 From: darkvater Date: Sun, 5 Sep 2004 17:11:00 +0000 Subject: (svn r161) -Fix: added missing file to project and solved wrong type bug --- table/directions.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 table/directions.h (limited to 'table') diff --git a/table/directions.h b/table/directions.h new file mode 100644 index 000000000..c25468cfe --- /dev/null +++ b/table/directions.h @@ -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 +}; -- cgit v1.2.3-54-g00ecf