--- deliantra/Deliantra-Client/bin/cfplus 2006/05/25 18:48:45 1.5 +++ deliantra/Deliantra-Client/bin/cfplus 2006/05/25 21:24:40 1.6 @@ -1279,6 +1279,8 @@ $self->{noface} = new_from_file CFClient::Texture CFClient::find_rcfile "noface.png", minify => 1, mipmap => 1; + $self->{open_container} = 0; + $self } @@ -1814,6 +1816,7 @@ if ($tag == 0) { update_floorbox; + update_container (0); } elsif ($tag == $self->{player}{tag}) { $INV->set_items ($self->{container}{$tag}) } @@ -1858,6 +1861,7 @@ } else { if ($item->{container} == 0) { update_floorbox; + update_container (0); } elsif ($item->{container} == $self->{player}{tag}) { $INV->set_items ($self->{container}{$item->{container}}) }