projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
584c595
)
cleanup of tape recorder display activation/deactivation
author
Holger Schemel
<info@artsoft.org>
Thu, 2 Jun 2016 06:23:52 +0000
(08:23 +0200)
committer
Holger Schemel
<info@artsoft.org>
Thu, 2 Jun 2016 06:23:52 +0000
(08:23 +0200)
src/tape.c
patch
|
blob
|
history
diff --git
a/src/tape.c
b/src/tape.c
index d6c538d9dfd9b6191c180742b993bb2fbed3a8e6..24adbca12074afb8ab928d583a0dc8f99e7827e6 100644
(file)
--- a/
src/tape.c
+++ b/
src/tape.c
@@
-675,22
+675,12
@@
void TapeTogglePause(boolean toggle_manual)
DrawVideoDisplayPlayState();
- if (tape.
warp_forward
)
+ if (tape.
deactivate_display
)
{
if (tape.pausing)
- {
TapeDeactivateDisplayOff(game_status == GAME_MODE_PLAYING);
- }
- else if (tape.deactivate_display)
- {
- TapeDeactivateDisplayOn();
-
- DrawVideoDisplaySymbol(VIDEO_STATE_WARP_ON);
- }
else
- {
- DrawVideoDisplaySymbol(VIDEO_STATE_WARP2_ON);
- }
+ TapeDeactivateDisplayOn();
}
if (tape.quick_resume)