table/directions.h
author truelight
Fri, 24 Dec 2004 00:13:32 +0000
changeset 802 2bd6011b28e8
parent 160 db200af4794a
permissions -rw-r--r--
(svn r1272) -Fix: game compiles again with network disabled
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
};