Home
last modified time | relevance | path

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

/dports/irc/infobot/infobot-0.45.3/extras/
H A DNOAA.pl12 my $no_weather;
17 $no_weather = 0;
19 $no_weather++ if ($@);
27 if ($no_weather) {
/dports/games/tomenet/tomenet-4.6.0/lib/user/
H A Doptions.prf120 X:no_weather
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dc-tables.c296 { &c_cfg.no_weather, FALSE, 4, 1, 41, TRUE,
H A Dnclient.c2865 if (t == SFX_TYPE_WEATHER && (noweather_mode || c_cfg.no_weather)) return 1; in Receive_sound()
4563 if (!noweather_mode && !c_cfg.no_weather) { in do_ping()
H A Dc-util.c8093 if (!noweather_mode && option_info[i].o_var == &c_cfg.no_weather && c_cfg.no_weather) {
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dtypes.h2844 bool no_weather; member
3262 bool no_weather; member
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dnserver.c2261 p_ptr->no_weather = FALSE; in sync_options()
2286 if (options[99] && !p_ptr->no_weather) { in sync_options()
2289 p_ptr->no_weather = TRUE; in sync_options()
2290 } else p_ptr->no_weather = options[99]; in sync_options()
2385 if (options[41] && !p_ptr->no_weather) { in sync_options()
2388 p_ptr->no_weather = TRUE; in sync_options()
2389 } else p_ptr->no_weather = options[41]; in sync_options()