Skip to content

Commit

Permalink
proto/freetrack: fix interface selection harder
Browse files Browse the repository at this point in the history
  • Loading branch information
sthalik committed Sep 3, 2021
1 parent 0afd123 commit 0acca4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto-ft/ftnoir_protocol_ft.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 0acca4a

Please sign in to comment.