mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
fix hook_exit
This commit is contained in:
parent
e6b4eabe5b
commit
e575b07d2e
@ -418,7 +418,7 @@ void hook_create(HOOKLIST* hooks, BOOL initial_hook)
|
|||||||
{
|
{
|
||||||
if (initial_hook)
|
if (initial_hook)
|
||||||
{
|
{
|
||||||
TRACE_EXT("Module %s = %p\n", mod_path, hmod);
|
TRACE("Module %s = %p\n", mod_path, hmod);
|
||||||
}
|
}
|
||||||
|
|
||||||
_splitpath(mod_path, NULL, mod_dir, mod_filename, NULL);
|
_splitpath(mod_path, NULL, mod_dir, mod_filename, NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user