projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be40bee
)
added pausing tape after replaying not only for warp mode
author
Holger Schemel
<info@artsoft.org>
Fri, 25 Nov 2022 20:12:28 +0000
(21:12 +0100)
committer
Holger Schemel
<info@artsoft.org>
Fri, 25 Nov 2022 20:12:28 +0000
(21:12 +0100)
src/tape.c
patch
|
blob
|
history
diff --git
a/src/tape.c
b/src/tape.c
index 240a149263f0116ab9588dd9265dcfca35c91ded..eb825c8d98c49924fa69aa95e806bd63c20baa92 100644
(file)
--- a/
src/tape.c
+++ b/
src/tape.c
@@
-1000,7
+1000,7
@@
byte *TapePlayAction(void)
if (tape.counter >= tape.length) // end of tape reached
{
- if (
tape.warp_forward &&
!tape.auto_play)
+ if (!tape.auto_play)
{
TapeStopWarpForward();
TapeTogglePause(TAPE_TOGGLE_MANUAL);