Skip to content

Commit

Permalink
change debug string
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Nov 26, 2024
1 parent a77c3c2 commit 3738213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hook.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ void hook_init()
/* Switch to 3 if we can be sure that ddraw.dll will not be unloaded from the process */
g_config.hook = 3;

TRACE("g_config.hook = 3\n");
TRACE("Switched to hook 3\n");
}
}

Expand Down

0 comments on commit 3738213

Please sign in to comment.