table/directions.h
author dominik
Fri, 21 Jan 2005 18:36:17 +0000
changeset 1081 0d79fc43fae2
parent 160 db200af4794a
permissions -rw-r--r--
(svn r1582) Fix: Only the train orders GUI has a non-stop button 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
};