table/directions.h
author celestar
Wed, 17 Nov 2004 15:14:18 +0000
changeset 447 aaf1f59a8957
parent 160 db200af4794a
permissions -rw-r--r--
(svn r657) Do not touch 0x8000 bit in sprite index for custom waypoints. (pasky)
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
};