fix in change_pl

This commit is contained in:
p.kosyh 2011-07-31 08:24:03 +00:00
parent afa83f63c9
commit 4ea5aa610d
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -5,6 +5,7 @@ instead (1.4.5) unstable; urgency=low
* bug fix in txtnb and \;
* bug fix in original theme picture scaling;
* bug fix in left/right image alignment;
* bug fix in change_pl;
* callpush/callpop/cctx/strip do_ini and some others moved to stead;
* win.align added to theme;
* theme_name added;

View File

@ -2756,7 +2756,7 @@ function change_pl(p)
error ("Wrong player name in change_pl...", 2);
end
game.pl = stead.deref(p);
return goto(o.where);
return goto(o.where, false, true, true); -- no call enter/exit
end
function disabled(o)