projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3107a45
)
fixed regression bug introduced by changes for "autofix" command
author
Holger Schemel
<info@artsoft.org>
Tue, 15 Sep 2020 18:04:33 +0000
(20:04 +0200)
committer
Holger Schemel
<info@artsoft.org>
Tue, 15 Sep 2020 18:07:50 +0000
(20:07 +0200)
This fixes program crashes that may happen when using automatic tape
replay with visible feedback (like "autoplay", "autowarp" etc.).
This is a regression of commit
e534f3cf
.
src/init.c
patch
|
blob
|
history
diff --git
a/src/init.c
b/src/init.c
index be7447666d29dc90c4e29ca326d51a365bb2c84d..1674aa56cbc069e99e8547e817f0c0a1e1cd0f96 100644
(file)
--- a/
src/init.c
+++ b/
src/init.c
@@
-5080,7
+5080,7
@@
static void Execute_Command(char *command)
str_ptr++;
}
- if (global.autoplay_mode & AUTOPLAY_
MODE_
WARP_NO_DISPLAY)
+ if (global.autoplay_mode & AUTOPLAY_WARP_NO_DISPLAY)
program.headless = TRUE;
}
else if (strPrefix(command, "patch tapes "))