summaryrefslogtreecommitdiffhomepage
path: root/proto-ft/ftnoir_protocol_ft.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'proto-ft/ftnoir_protocol_ft.cpp')
-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();