File diff r4548:6a33e364fba5 → r4549:76b9213799ac
table/autorail.h
Show inline comments
 
/* $Id$ */
 

	
 
/* Rail selection types (directions):
 
 / \    / \    / \    / \   / \   / \
 
/  /\  /\  \  /===\  /   \ /|  \ /  |\
 
\/  /  \  \/  \   /  \===/ \|  / \  |/
 
 \ /    \ /    \ /    \ /   \ /   \ /
 
  0      1      2      3     4     5
 
*/
 
 *  / \    / \    / \    / \   / \   / \
 
 * /  /\  /\  \  /===\  /   \ /|  \ /  |\
 
 * \/  /  \  \/  \   /  \===/ \|  / \  |/
 
 *  \ /    \ /    \ /    \ /   \ /   \ /
 
 *   0      1      2      3     4     5
 
 */
 

	
 
// mark invalid tiles red
 
#define RED(c) c | PALETTE_SEL_TILE_RED