table/directions.h
author truelight
Sun, 12 Dec 2004 13:46:10 +0000
changeset 598 b8c5ae66f9ff
parent 160 db200af4794a
permissions -rw-r--r--
(svn r1022) -Fix: [Network] [ 1083690 ] The password dialog made the network
disconnect without cleaning up.
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
};