Skip to content
Snippets Groups Projects
Commit 0a68390d authored by rswindell's avatar rswindell
Browse files

Always set line 6 of door.sys to 'Y', regardless of CON_L_ECHO setting to

work-around door game bug reported by DeliriumTremens.
parent 5280176c
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* @format.tab-size 4 (Plain Text/Source Code File Header) * * @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) * * @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) *
* * * *
* Copyright 2012 Rob Swindell - http://www.synchro.net/copyright.html * * Copyright 2013 Rob Swindell - http://www.synchro.net/copyright.html *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *
...@@ -556,7 +556,7 @@ void sbbs_t::xtrndat(char *name, char *dropdir, uchar type, ulong tleft ...@@ -556,7 +556,7 @@ void sbbs_t::xtrndat(char *name, char *dropdir, uchar type, ulong tleft
,8 /* 03: Data bits */ ,8 /* 03: Data bits */
,cfg.node_num /* 04: Node number */ ,cfg.node_num /* 04: Node number */
,dte_rate /* 05: DTE rate */ ,dte_rate /* 05: DTE rate */
,console&CON_L_ECHO ? 'Y':'N' /* 06: Screen display */ ,'Y' /* 06: Screen display */
,'Y' /* 07: Printer toggle */ ,'Y' /* 07: Printer toggle */
,'Y' /* 08: Page bell */ ,'Y' /* 08: Page bell */
,'Y'); /* 09: Caller alarm */ ,'Y'); /* 09: Caller alarm */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment