projects
/
rfk-inform.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0735578
)
Fixed problem with Kitten animation code that caused Bocfel to crash.
author
David Griffith
<dave@661.org>
Wed, 19 Jan 2022 07:12:11 +0000
(23:12 -0800)
committer
David Griffith
<dave@661.org>
Wed, 19 Jan 2022 07:12:11 +0000
(23:12 -0800)
kitten.inf
patch
|
blob
|
history
diff --git
a/kitten.inf
b/kitten.inf
index 2219d88f055df19c52f5f900af82791e78c9fba5..e203c26c84d6f39038570453f32d4a97077fc00d 100644
(file)
--- 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, '#');