From: David Griffith Date: Wed, 19 Jan 2022 07:12:11 +0000 (-0800) Subject: Fixed problem with Kitten animation code that caused Bocfel to crash. X-Git-Tag: r8~3 X-Git-Url: https://jxself.org/git/?p=rfk-inform.git;a=commitdiff_plain;h=d4a2d37228bef49bc08e315a5739c5753544706c Fixed problem with Kitten animation code that caused Bocfel to crash. --- diff --git a/kitten.inf b/kitten.inf index 2219d88..e203c26 100644 --- a/kitten.inf +++ b/kitten.inf @@ -693,7 +693,8 @@ Global last_right = false; if (anim_finished == false) { j = TopBar - 1; @set_cursor 1 Width; - @aread junk 0 10 pause -> junk; + @read_char 1 10 pause -> junk; + @nop; ! This is for padding. } else { style reverse; draw_object(player_x, player_y, '#');