summaryrefslogtreecommitdiff
path: root/table/directions.h
blob: c25468cfe68974147590ebf60909ab2732cdbc80 (plain)
1
2
3
4
5
6
7
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
};