From 4a68b84119f29d98cb2088fe8c0bb0dd18d7bff9 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Fri, 3 May 2002 01:26:00 +0000 Subject: [PATCH] Fixed native (32-bit) program toggle for timed events (wrong save buffer). --- src/sbbs3/scfg/scfgxtrn.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sbbs3/scfg/scfgxtrn.c b/src/sbbs3/scfg/scfgxtrn.c index efa95f514a..41ff2aa0b7 100644 --- a/src/sbbs3/scfg/scfgxtrn.c +++ b/src/sbbs3/scfg/scfgxtrn.c @@ -484,7 +484,6 @@ execute precisely on time, set this option to Yes. If this event program is a native 32-bit executable, set this option to Yes. */ - uifc.savnum=4; k=uifc.list(WIN_MID|WIN_SAV,0,0,0,&k,0 ,"Native (32-bit)",opt); if(!k && !(cfg.event[i]->misc&EX_NATIVE)) { -- GitLab