diff --git a/debian/changelog b/debian/changelog index 8e95c05..13af075 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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; diff --git a/stead/stead.lua b/stead/stead.lua index cc00ff4..060002d 100644 --- a/stead/stead.lua +++ b/stead/stead.lua @@ -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)