table/directions.h
author darkvater
Sat, 11 Sep 2004 00:36:06 +0000
changeset 199 10f6a586bfa6
parent 160 db200af4794a
permissions -rw-r--r--
(svn r200) -Fix: oops, ALT+F4 didn't work anymore. Fixed now.
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
};