Home
last modified time | relevance | path

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

/dports/games/simutrans/simutrans-121.0/
H A Dsimworld.cc1249 sync_steps_barrier = sync_steps; in init()
2010 sync_steps_barrier = sync_steps; in karte_t()
5315 sync_steps_barrier = sync_steps; in load()
6377 sync_steps_barrier = sync_steps; in network_game_set_pause()
6531 if( sync_steps_barrier < server_sync_step ) { in process_network_commands()
6532 sync_steps_barrier = server_sync_step; in process_network_commands()
6674 sync_steps_barrier = sync_steps; in interactive()
6770 else if( env_t::networkmode && !env_t::server && sync_steps >= sync_steps_barrier ) { in interactive()
H A Dsimworld.h494 uint32 sync_steps_barrier; variable