change debug string

This commit is contained in:
FunkyFr3sh 2024-11-26 03:12:35 +01:00
parent a77c3c21dc
commit 3738213ab5

View file

@ -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");
}
}