Home
last modified time | relevance | path

Searched refs:is_rail_z (Results 1 – 1 of 1) sorted by relevance

/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dcontent_mapblock.cpp191 bool is_rail_z [] = { false, false }; /* z-1, z+1 */ local
255 is_rail_z[0] = true;
273 is_rail_z[1] = true;
291 is_rail_z_all[0]=is_rail_z[0] || is_rail_z_minus_y[0] || is_rail_z_plus_y[0];
292 is_rail_z_all[1]=is_rail_z[1] || is_rail_z_minus_y[1] || is_rail_z_plus_y[1];
346 } else if (is_rail_z[0]) {
355 } else if (is_rail_z[1]) {