version 1.46 | version 1.47 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* static char *rcsid_map_c = | * static char *rcsid_map_c = | |||
* "$Id: map.c,v 1.46 2002/11/06 09:47:23 garbled Exp $"; | * "$Id: map.c,v 1.47 2002/11/08 08:50:44 garbled Exp $"; | |||
*/ | */ | |||
/* | /* | |||
|
| |||
update_buttons(m); | update_buttons(m); | |||
if (m->outdoor) | if (m->outdoor) | |||
(*set_darkness_map_func)(m); | (*set_darkness_map_func)(m); | |||
/* run the weather over this map */ | ||||
(*weather_effect_func)(name); | ||||
return m; | return m; | |||
} | } | |||
Legend:
|