projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22846a3
)
removed condition that is always true
author
Holger Schemel
<info@artsoft.org>
Mon, 5 Dec 2022 21:50:33 +0000
(22:50 +0100)
committer
Holger Schemel
<info@artsoft.org>
Mon, 5 Dec 2022 21:50:33 +0000
(22:50 +0100)
src/tape.c
patch
|
blob
|
history
diff --git
a/src/tape.c
b/src/tape.c
index c0939acd8dbd87c752c4aa143dfa203d37d60182..4ec51529953136bf25d03c5c1e685283792471f0 100644
(file)
--- a/
src/tape.c
+++ b/
src/tape.c
@@
-1199,8
+1199,7
@@
void TapeQuickSave(void)
return;
}
- if (tape.recording)
- TapeHaltRecording(); // prepare tape for saving on-the-fly
+ TapeHaltRecording(); // prepare tape for saving on-the-fly
if (TAPE_IS_EMPTY(tape))
{