Home
last modified time | relevance | path

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

/dports/games/simutrans/simutrans-121.0/dataobj/
H A Denvironment.cc21 uint8 env_t::follow_convoi_underground = 2; member in env_t
191 follow_convoi_underground = 2; // slice through map in init()
484 file->rdwr_byte(follow_convoi_underground); in rdwr()
H A Denvironment.h174 static uint8 follow_convoi_underground; variable
H A Dsettings.cc914 …env_t::follow_convoi_underground = contents.get_int("follow_convoi_underground",env_t::follow_conv… in parse_simuconf()
/dports/games/simutrans/simutrans-121.0/gui/
H A Ddisplay_settings.cc377 follow_mode.set_selection(env_t::follow_convoi_underground); in traffic_settings_t()
417 env_t::follow_convoi_underground = v.i; in action_triggered()
H A Dsettings_stats.cc162 INIT_NUM( "follow_convoi_underground", env_t::follow_convoi_underground, 0, 2, 1, true ); in init()
193 READ_NUM_VALUE( env_t::follow_convoi_underground ); in read()
/dports/games/simutrans/simutrans-121.0/simutrans/config/
H A Dsimuconf.tab336 #follow_convoi_underground = 2
/dports/games/simutrans/simutrans-121.0/
H A Dsimworld.cc3557 if( env_t::follow_convoi_underground ) { in sync_step()
3562 grund_t::set_underground_mode( env_t::follow_convoi_underground, new_pos.z ); in sync_step()