projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50a408d
)
fixed small tape recorder state display bug
author
Holger Schemel
<info@artsoft.org>
Tue, 31 May 2016 10:22:13 +0000
(12:22 +0200)
committer
Holger Schemel
<info@artsoft.org>
Tue, 31 May 2016 10:22:13 +0000
(12:22 +0200)
src/tape.c
patch
|
blob
|
history
diff --git
a/src/tape.c
b/src/tape.c
index 0c389a6b85333b2216ed8d968d5e0d3bbe157f0c..50838ae638f6b57a5bc7d93783c819f165d5b98b 100644
(file)
--- a/
src/tape.c
+++ b/
src/tape.c
@@
-754,13
+754,16
@@
void TapeTogglePause(boolean toggle_manual)
{
TapeDeactivateDisplayOff(game_status == GAME_MODE_PLAYING);
}
- else
+ else
if (tape.deactivate_display)
{
- if (tape.deactivate_display)
- TapeDeactivateDisplayOn();
+ TapeDeactivateDisplayOn();
DrawVideoDisplaySymbol(VIDEO_STATE_WARP_ON);
}
+ else
+ {
+ DrawVideoDisplaySymbol(VIDEO_STATE_WARP2_ON);
+ }
if (tape.quick_resume)
{