From 0acca4a338464f4f7543d1c709c8d27ddb3e86d8 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 3 Sep 2021 23:38:02 +0200 Subject: proto/freetrack: fix interface selection harder --- proto-ft/ftnoir_protocol_ft.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto-ft/ftnoir_protocol_ft.cpp b/proto-ft/ftnoir_protocol_ft.cpp index 09e71911..42540519 100644 --- a/proto-ft/ftnoir_protocol_ft.cpp +++ b/proto-ft/ftnoir_protocol_ft.cpp @@ -227,7 +227,7 @@ module_status freetrack::initialize() store(pMemData->table_ints[k], 0); // more games need the dummy executable than previously thought - if (~s.used_interface & settings::enable_npclient) + if (s.used_interface != settings::enable_freetrack) start_dummy(); return status_ok(); -- cgit v1.2.3