Fixed problem with Kitten animation code that caused Bocfel to crash.
authorDavid Griffith <dave@661.org>
Wed, 19 Jan 2022 07:12:11 +0000 (23:12 -0800)
committerDavid Griffith <dave@661.org>
Wed, 19 Jan 2022 07:12:11 +0000 (23:12 -0800)
kitten.inf

index 2219d88f055df19c52f5f900af82791e78c9fba5..e203c26c84d6f39038570453f32d4a97077fc00d 100644 (file)
@@ -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, '#');