rail_cmd.c
changeset 3279 3f3b6ce1f427
parent 3276 97da497e3a29
child 3284 84eda61a0167
equal deleted inserted replaced
3278:85f78a877ab5 3279:3f3b6ce1f427
   128 		return true;
   128 		return true;
   129 	}
   129 	}
   130 }
   130 }
   131 
   131 
   132 
   132 
   133 static const TrackBits _valid_tileh_slopes[][15] = {
   133 const TrackBits _valid_tileh_slopes[2][15] = {
   134 
   134 
   135 // set of normal ones
   135 // set of normal ones
   136 {
   136 {
   137 	TRACK_BIT_ALL,
   137 	TRACK_BIT_ALL,
   138 	TRACK_BIT_RIGHT,
   138 	TRACK_BIT_RIGHT,