summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2021-09-03 23:38:02 +0200
committerStanislaw Halik <sthalik@misaki.pl>2021-09-03 23:38:02 +0200
commit0acca4a338464f4f7543d1c709c8d27ddb3e86d8 (patch)
tree272d85a0c235f9c597dd9423d0a10602105f6e26
parent0afd1231346304cc550e5df3b14aa3f9f0b55f46 (diff)
proto/freetrack: fix interface selection harder
-rw-r--r--proto-ft/ftnoir_protocol_ft.cpp2
1 files changed, 1 insertions, 1 deletions
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();