1
1

* achown.c: Call update_ownership instead of get_ownership.

Этот коммит содержится в:
Roland Illig 2005-02-06 22:59:00 +00:00
родитель 57c9733937
Коммит ce99a5fc53

Просмотреть файл

@ -309,7 +309,7 @@ do_enter_key (Dlg_head * h, int f_pos)
}
if (ok) {
ch_flags[f_pos + 6] = '+';
get_ownership ();
update_ownership ();
}
dlg_focus (h);
if (ok)
@ -676,7 +676,7 @@ chown_advanced_cmd (void)
chown_refresh ();
get_ownership ();
update_ownership ();
/* game can begin */
run_dlg (ch_dlg);